#D26D8C

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

Shades of Charm #D26D8C

Tints of Charm #D26D8C

Color information

#D26D8C (or 0xD26D8C) is unknown color: approx Charm. HEX triplet: D2, 6D and 8C. RGB value is (210,109,140). Sum of RGB (Red+Green+Blue) = 210+109+140=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 109 (42.97% from 255 or 23.75% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D26D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26D8C is #2D9273. Grayscale: #8E8E8E. Windows color (decimal): -2986612 or 9203154. OLE color: 9203154.

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

Color convert

RGB210109140-
CMYK00.480.330.18
HSL341.58º52.88%62.55%-
HSV(B)341.58º48.1%82.35%-
XYZ36.7826.5327.99-
YUV142.73126.46175.98-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.75%
GREEN value IS 109 (42.97% from 255) = 23.75%
BLUE value IS 140 (55.08% from 255) = 30.50%
R=45.75%
G=23.75%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010914000.480.330.18341.5852.8862.55
HexD26D8C0302112156353f
Octal32215521406041225266577
Binary11010010110110110001100011000010000110010101010110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26D8C; }

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

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

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

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

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

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

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

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