#D27980

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

Shades of Charm #D27980

Tints of Charm #D27980

Color information

#D27980 (or 0xD27980) is unknown color: approx Charm. HEX triplet: D2, 79 and 80. RGB value is (210,121,128). Sum of RGB (Red+Green+Blue) = 210+121+128=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D27980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27980 is #2D867F. Grayscale: #949494. Windows color (decimal): -2983552 or 8419794. OLE color: 8419794.

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

Color convert

RGB210121128-
CMYK00.420.390.18
HSL355.28º49.72%64.9%-
HSV(B)355.28º42.38%82.35%-
XYZ37.3128.9324.04-
YUV148.41116.49171.93-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.75%
GREEN value IS 121 (47.66% from 255) = 26.36%
BLUE value IS 128 (50.39% from 255) = 27.89%
R=45.75%
G=26.36%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012112800.420.390.18355.2849.7264.9
HexD2798002A27121633241
Octal322171200052472254362101
Binary110100101111001100000000101010100111100101011000111100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27980; }

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

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

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

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

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

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

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

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