#D26A7D

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

Shades of Charm #D26A7D

Tints of Charm #D26A7D

Color information

#D26A7D (or 0xD26A7D) is unknown color: approx Charm. HEX triplet: D2, 6A and 7D. RGB value is (210,106,125). Sum of RGB (Red+Green+Blue) = 210+106+125=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D26A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26A7D is #2D9582. Grayscale: #8B8B8B. Windows color (decimal): -2987395 or 8219346. OLE color: 8219346.

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

Color convert

RGB210106125-
CMYK00.500.400.18
HSL349.04º53.61%61.96%-
HSV(B)349.04º49.52%82.35%-
XYZ35.4325.4922.45-
YUV139.26119.96178.46-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.62%
GREEN value IS 106 (41.80% from 255) = 24.04%
BLUE value IS 125 (49.22% from 255) = 28.34%
R=47.62%
G=24.04%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010612500.500.400.18349.0453.6161.96
HexD26A7D032281215d363e
Octal32215217506250225356676
Binary1101001011010101111101011001010100010010101011101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26A7D; }

 p { color: rgb(210,106,125); }

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

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

 a { background-color: rgb(210,106,125); }

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

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

 span { border-color: rgb(210,106,125); }

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