#D26D81

Color #D26D81 Charm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charm #D26D81

Tints of Charm #D26D81

Color information

#D26D81 (or 0xD26D81) is unknown color: approx Charm. HEX triplet: D2, 6D and 81. RGB value is (210,109,129). Sum of RGB (Red+Green+Blue) = 210+109+129=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 129 (50.78% from 255 or 28.79% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D26D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26D81 is #2D927E. Grayscale: #8D8D8D. Windows color (decimal): -2986623 or 8482258. OLE color: 8482258.

HSL color Cylindrical-coordinate representation of color #D26D81: hue angle of 348.12º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D26D81 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB210109129-
CMYK00.480.390.18
HSL348.12º52.88%62.55%-
HSV(B)348.12º48.1%82.35%-
XYZ36.0126.2223.93-
YUV141.48120.96176.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 46.88%
GREEN value IS 109 (42.97% from 255) = 24.33%
BLUE value IS 129 (50.78% from 255) = 28.79%
R=46.88%
G=24.33%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010912900.480.390.18348.1252.8862.55
HexD26D81030271215c353f
Octal32215520106047225346577
Binary11010010110110110000001011000010011110010101011100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26D81; }

 p { color: rgb(210,109,129); }

 H1.HeaderClassName
 {
   color: #D26D81;
 }
 .AnyTagClassName
 {
   color: #D26D81;
 }
</style>
background-color css

<style>
 a { background-color: #D26D81; }

 a { background-color: rgb(210,109,129); }

 div.DivClassName
 {
   background-color: #D26D81;
 }
 .BgClassName
 {
   background-color: #D26D81;
 }
</style>
border-color css

<style>
 span { border-color: #D26D81; }

 span { border-color: rgb(210,109,129); }

 td.TdClassName
 {
   border-color: #D26D81;
 }
 .TagClassName
 {
   border-color: #D26D81;
 }
</style>