#D07885

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

Shades of Charm #D07885

Tints of Charm #D07885

Color information

#D07885 (or 0xD07885) is unknown color: approx Charm. HEX triplet: D0, 78 and 85. RGB value is (208,120,133). Sum of RGB (Red+Green+Blue) = 208+120+133=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 120 (47.27% from 255 or 26.03% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D07885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07885 is #2F877A. Grayscale: #939393. Windows color (decimal): -3114875 or 8747216. OLE color: 8747216.

HSL color Cylindrical-coordinate representation of color #D07885: hue angle of 351.14º 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 #D07885 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB208120133-
CMYK00.420.360.18
HSL351.14º48.35%64.31%-
HSV(B)351.14º42.31%81.57%-
XYZ36.9628.5425.75-
YUV147.79119.65170.94-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.12%
GREEN value IS 120 (47.27% from 255) = 26.03%
BLUE value IS 133 (52.34% from 255) = 28.85%
R=45.12%
G=26.03%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812013300.420.360.18351.1448.3564.31
HexD0788502A241215f3040
Octal320170205052442253760100
Binary110100001111000100001010101010100100100101010111111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07885; }

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

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

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

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

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

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

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

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