#D07A81

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

Shades of Charm #D07A81

Tints of Charm #D07A81

Color information

#D07A81 (or 0xD07A81) is unknown color: approx Charm. HEX triplet: D0, 7A and 81. RGB value is (208,122,129). Sum of RGB (Red+Green+Blue) = 208+122+129=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07A81 is #2F857E. Grayscale: #949494. Windows color (decimal): -3114367 or 8485584. OLE color: 8485584.

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

Color convert

RGB208122129-
CMYK00.410.380.18
HSL355.12º47.78%64.71%-
HSV(B)355.12º41.35%81.57%-
XYZ36.9328.9124.4-
YUV148.51116.99170.43-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.32%
GREEN value IS 122 (48.05% from 255) = 26.58%
BLUE value IS 129 (50.78% from 255) = 28.10%
R=45.32%
G=26.58%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812212900.410.380.18355.1247.7864.71
HexD07A8102926121633041
Octal320172201051462254360101
Binary110100001111010100000010101001100110100101011000111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07A81; }

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

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

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

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

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

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

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

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