#D07985

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

Shades of Charm #D07985

Tints of Charm #D07985

Color information

#D07985 (or 0xD07985) is unknown color: approx Charm. HEX triplet: D0, 79 and 85. RGB value is (208,121,133). Sum of RGB (Red+Green+Blue) = 208+121+133=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D07985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07985 is #2F867A. Grayscale: #949494. Windows color (decimal): -3114619 or 8747472. OLE color: 8747472.

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

Color convert

RGB208121133-
CMYK00.420.360.18
HSL351.72º48.07%64.51%-
HSV(B)351.72º41.83%81.57%-
XYZ37.0828.7825.79-
YUV148.38119.32170.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.02%
GREEN value IS 121 (47.66% from 255) = 26.19%
BLUE value IS 133 (52.34% from 255) = 28.79%
R=45.02%
G=26.19%
B=28.79%

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
Decimal20812113300.420.360.18351.7248.0764.51
HexD0798502A24121603041
Octal320171205052442254060101
Binary110100001111001100001010101010100100100101011000001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07985; }

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

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

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

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

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

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

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

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