#D26C7F

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

Shades of Charm #D26C7F

Tints of Charm #D26C7F

Color information

#D26C7F (or 0xD26C7F) is unknown color: approx Charm. HEX triplet: D2, 6C and 7F. RGB value is (210,108,127). Sum of RGB (Red+Green+Blue) = 210+108+127=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 108 (42.58% from 255 or 24.27% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26C7F is #2D9380. Grayscale: #8C8C8C. Windows color (decimal): -2986881 or 8350930. OLE color: 8350930.

HSL color Cylindrical-coordinate representation of color #D26C7F: hue angle of 348.82º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D26C7F is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB210108127-
CMYK00.490.400.18
HSL348.82º53.12%62.35%-
HSV(B)348.82º48.57%82.35%-
XYZ35.7725.9623.2-
YUV140.66120.29177.46-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.19%
GREEN value IS 108 (42.58% from 255) = 24.27%
BLUE value IS 127 (50% from 255) = 28.54%
R=47.19%
G=24.27%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010812700.490.400.18348.8253.1262.35
HexD26C7F031281215d353e
Octal32215417706150225356576
Binary1101001011011001111111011000110100010010101011101110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26C7F; }

 p { color: rgb(210,108,127); }

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

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

 a { background-color: rgb(210,108,127); }

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

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

 span { border-color: rgb(210,108,127); }

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