#D26F8D

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

Shades of Charm #D26F8D

Tints of Charm #D26F8D

Color information

#D26F8D (or 0xD26F8D) is unknown color: approx Charm. HEX triplet: D2, 6F and 8D. RGB value is (210,111,141). Sum of RGB (Red+Green+Blue) = 210+111+141=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D26F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26F8D is #2D9072. Grayscale: #909090. Windows color (decimal): -2986099 or 9269202. OLE color: 9269202.

HSL color Cylindrical-coordinate representation of color #D26F8D: hue angle of 341.82º 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 #D26F8D is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB210111141-
CMYK00.470.330.18
HSL341.82º52.38%62.94%-
HSV(B)341.82º47.14%82.35%-
XYZ37.0726.9928.46-
YUV144.02126.3175.06-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.45%
GREEN value IS 111 (43.75% from 255) = 24.03%
BLUE value IS 141 (55.47% from 255) = 30.52%
R=45.45%
G=24.03%
B=30.52%

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
Decimal21011114100.470.330.18341.8252.3862.94
HexD26F8D02F2112156343f
Octal32215721505741225266477
Binary11010010110111110001101010111110000110010101010110110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26F8D; }

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

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

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

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

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

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

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

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