#D4808D

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

Shades of Charm #D4808D

Tints of Charm #D4808D

Color information

#D4808D (or 0xD4808D) is unknown color: approx Charm. HEX triplet: D4, 80 and 8D. RGB value is (212,128,141). Sum of RGB (Red+Green+Blue) = 212+128+141=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 212 - color contains mainly: red. Hex color #D4808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4808D is #2B7F72. Grayscale: #9A9A9A. Windows color (decimal): -2850675 or 9273556. OLE color: 9273556.

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

Color convert

RGB212128141-
CMYK00.400.330.17
HSL350.71º49.41%66.67%-
HSV(B)350.71º39.62%83.14%-
XYZ39.6831.3629.16-
YUV154.6120.33168.94-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.07%
GREEN value IS 128 (50.39% from 255) = 26.61%
BLUE value IS 141 (55.47% from 255) = 29.31%
R=44.07%
G=26.61%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212814100.400.330.17350.7149.4166.67
HexD4808D028211115f3143
Octal324200215050412153761103
Binary1101010010000000100011010101000100001100011010111111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4808D; }

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

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

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

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

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

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

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

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