#D27580

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

Shades of Charm #D27580

Tints of Charm #D27580

Color information

#D27580 (or 0xD27580) is unknown color: approx Charm. HEX triplet: D2, 75 and 80. RGB value is (210,117,128). Sum of RGB (Red+Green+Blue) = 210+117+128=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D27580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27580 is #2D8A7F. Grayscale: #929292. Windows color (decimal): -2984576 or 8418770. OLE color: 8418770.

HSL color Cylindrical-coordinate representation of color #D27580: hue angle of 352.9º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D27580 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB210117128-
CMYK00.440.390.18
HSL352.9º50.82%64.12%-
HSV(B)352.9º44.29%82.35%-
XYZ36.8427.9823.88-
YUV146.06117.81173.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.15%
GREEN value IS 117 (46.09% from 255) = 25.71%
BLUE value IS 128 (50.39% from 255) = 28.13%
R=46.15%
G=25.71%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011712800.440.390.18352.950.8264.12
HexD2758002C27121613340
Octal322165200054472254163100
Binary110100101110101100000000101100100111100101011000011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27580; }

 p { color: rgb(210,117,128); }

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

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

 a { background-color: rgb(210,117,128); }

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

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

 span { border-color: rgb(210,117,128); }

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