#D07F91

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

Shades of Charm #D07F91

Tints of Charm #D07F91

Color information

#D07F91 (or 0xD07F91) is unknown color: approx Charm. HEX triplet: D0, 7F and 91. RGB value is (208,127,145). Sum of RGB (Red+Green+Blue) = 208+127+145=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 145 (57.03% from 255 or 30.21% from 480); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07F91 is #2F806E. Grayscale: #999999. Windows color (decimal): -3113071 or 9535440. OLE color: 9535440.

HSL color Cylindrical-coordinate representation of color #D07F91: hue angle of 346.67º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D07F91 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB208127145-
CMYK00.390.300.18
HSL346.67º46.29%65.69%-
HSV(B)346.67º38.94%81.57%-
XYZ38.7130.6330.66-
YUV153.27123.34167.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.33%
GREEN value IS 127 (50% from 255) = 26.46%
BLUE value IS 145 (57.03% from 255) = 30.21%
R=43.33%
G=26.46%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812714500.390.300.18346.6746.2965.69
HexD07F910271E1215b2e42
Octal320177221047362253356102
Binary11010000111111110010001010011111110100101010110111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07F91; }

 p { color: rgb(208,127,145); }

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

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

 a { background-color: rgb(208,127,145); }

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

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

 span { border-color: rgb(208,127,145); }

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