#D07884

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

Shades of Charm #D07884

Tints of Charm #D07884

Color information

#D07884 (or 0xD07884) is unknown color: approx Charm. HEX triplet: D0, 78 and 84. RGB value is (208,120,132). Sum of RGB (Red+Green+Blue) = 208+120+132=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 132 (51.95% from 255 or 28.70% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D07884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07884 is #2F877B. Grayscale: #939393. Windows color (decimal): -3114876 or 8681680. OLE color: 8681680.

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

Color convert

RGB208120132-
CMYK00.420.370.18
HSL351.82º48.35%64.31%-
HSV(B)351.82º42.31%81.57%-
XYZ36.8928.5125.39-
YUV147.68119.15171.02-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.22%
GREEN value IS 120 (47.27% from 255) = 26.09%
BLUE value IS 132 (51.95% from 255) = 28.70%
R=45.22%
G=26.09%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812013200.420.370.18351.8248.3564.31
HexD0788402A25121603040
Octal320170204052452254060100
Binary110100001111000100001000101010100101100101011000001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07884; }

 p { color: rgb(208,120,132); }

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

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

 a { background-color: rgb(208,120,132); }

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

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

 span { border-color: rgb(208,120,132); }

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