#D26981

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

Shades of Charm #D26981

Tints of Charm #D26981

Color information

#D26981 (or 0xD26981) is unknown color: approx Charm. HEX triplet: D2, 69 and 81. RGB value is (210,105,129). Sum of RGB (Red+Green+Blue) = 210+105+129=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 129 (50.78% from 255 or 29.05% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D26981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26981 is #2D967E. Grayscale: #8B8B8B. Windows color (decimal): -2987647 or 8481234. OLE color: 8481234.

HSL color Cylindrical-coordinate representation of color #D26981: hue angle of 346.29º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D26981 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB210105129-
CMYK00.500.390.18
HSL346.29º53.85%61.76%-
HSV(B)346.29º50%82.35%-
XYZ35.5925.3923.79-
YUV139.13122.29178.55-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.30%
GREEN value IS 105 (41.41% from 255) = 23.65%
BLUE value IS 129 (50.78% from 255) = 29.05%
R=47.30%
G=23.65%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010512900.500.390.18346.2953.8561.76
HexD26981032271215a363e
Octal32215120106247225326676
Binary11010010110100110000001011001010011110010101011010110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26981; }

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

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

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

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

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

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

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

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