#D4808C

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

Shades of Charm #D4808C

Tints of Charm #D4808C

Color information

#D4808C (or 0xD4808C) is unknown color: approx Charm. HEX triplet: D4, 80 and 8C. RGB value is (212,128,140). Sum of RGB (Red+Green+Blue) = 212+128+140=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 212 - color contains mainly: red. Hex color #D4808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4808C is #2B7F73. Grayscale: #9A9A9A. Windows color (decimal): -2850676 or 9208020. OLE color: 9208020.

HSL color Cylindrical-coordinate representation of color #D4808C: hue angle of 351.43º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D4808C is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB212128140-
CMYK00.400.340.17
HSL351.43º49.41%66.67%-
HSV(B)351.43º39.62%83.14%-
XYZ39.631.3328.77-
YUV154.48119.83169.02-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.17%
GREEN value IS 128 (50.39% from 255) = 26.67%
BLUE value IS 140 (55.08% from 255) = 29.17%
R=44.17%
G=26.67%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212814000.400.340.17351.4349.4166.67
HexD4808C028221115f3143
Octal324200214050422153761103
Binary1101010010000000100011000101000100010100011010111111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4808C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4808C; }

 p { color: rgb(212,128,140); }

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

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

 a { background-color: rgb(212,128,140); }

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

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

 span { border-color: rgb(212,128,140); }

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