#D07989

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

Shades of Charm #D07989

Tints of Charm #D07989

Color information

#D07989 (or 0xD07989) is unknown color: approx Charm. HEX triplet: D0, 79 and 89. RGB value is (208,121,137). Sum of RGB (Red+Green+Blue) = 208+121+137=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 121 (47.66% from 255 or 25.97% from 466); Blue value is 137 (53.91% from 255 or 29.40% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D07989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07989 is #2F8676. Grayscale: #949494. Windows color (decimal): -3114615 or 9009616. OLE color: 9009616.

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

Color convert

RGB208121137-
CMYK00.420.340.18
HSL348.97º48.07%64.51%-
HSV(B)348.97º41.83%81.57%-
XYZ37.3728.8927.27-
YUV148.84121.32170.2-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.64%
GREEN value IS 121 (47.66% from 255) = 25.97%
BLUE value IS 137 (53.91% from 255) = 29.40%
R=44.64%
G=25.97%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812113700.420.340.18348.9748.0764.51
HexD0798902A221215d3041
Octal320171211052422253560101
Binary110100001111001100010010101010100010100101010111011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07989; }

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

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

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

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

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

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

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

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