#D26F8C

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

Shades of Charm #D26F8C

Tints of Charm #D26F8C

Color information

#D26F8C (or 0xD26F8C) is unknown color: approx Charm. HEX triplet: D2, 6F and 8C. RGB value is (210,111,140). Sum of RGB (Red+Green+Blue) = 210+111+140=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D26F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26F8C is #2D9073. Grayscale: #8F8F8F. Windows color (decimal): -2986100 or 9203666. OLE color: 9203666.

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

Color convert

RGB210111140-
CMYK00.470.330.18
HSL342.42º52.38%62.94%-
HSV(B)342.42º47.14%82.35%-
XYZ3726.9628.07-
YUV143.91125.8175.14-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.55%
GREEN value IS 111 (43.75% from 255) = 24.08%
BLUE value IS 140 (55.08% from 255) = 30.37%
R=45.55%
G=24.08%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011114000.470.330.18342.4252.3862.94
HexD26F8C02F2112156343f
Octal32215721405741225266477
Binary11010010110111110001100010111110000110010101010110110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26F8C; }

 p { color: rgb(210,111,140); }

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

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

 a { background-color: rgb(210,111,140); }

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

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

 span { border-color: rgb(210,111,140); }

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