#D07A8E

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

Shades of Charm #D07A8E

Tints of Charm #D07A8E

Color information

#D07A8E (or 0xD07A8E) is unknown color: approx Charm. HEX triplet: D0, 7A and 8E. RGB value is (208,122,142). Sum of RGB (Red+Green+Blue) = 208+122+142=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 142 (55.86% from 255 or 30.08% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07A8E is #2F8571. Grayscale: #969696. Windows color (decimal): -3114354 or 9337552. OLE color: 9337552.

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

Color convert

RGB208122142-
CMYK00.410.320.18
HSL346.05º47.78%64.71%-
HSV(B)346.05º41.35%81.57%-
XYZ37.8529.2829.25-
YUV149.99123.49169.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.07%
GREEN value IS 122 (48.05% from 255) = 25.85%
BLUE value IS 142 (55.86% from 255) = 30.08%
R=44.07%
G=25.85%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812214200.410.320.18346.0547.7864.71
HexD07A8E029201215a3041
Octal320172216051402253260101
Binary110100001111010100011100101001100000100101010110101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07A8E; }

 p { color: rgb(208,122,142); }

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

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

 a { background-color: rgb(208,122,142); }

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

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

 span { border-color: rgb(208,122,142); }

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