#D07A88

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

Shades of Charm #D07A88

Tints of Charm #D07A88

Color information

#D07A88 (or 0xD07A88) is unknown color: approx Charm. HEX triplet: D0, 7A and 88. RGB value is (208,122,136). Sum of RGB (Red+Green+Blue) = 208+122+136=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 136 (53.52% from 255 or 29.18% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07A88 is #2F8577. Grayscale: #959595. Windows color (decimal): -3114360 or 8944336. OLE color: 8944336.

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

Color convert

RGB208122136-
CMYK00.410.350.18
HSL350.23º47.78%64.71%-
HSV(B)350.23º41.35%81.57%-
XYZ37.4229.1126.94-
YUV149.31120.49169.86-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.64%
GREEN value IS 122 (48.05% from 255) = 26.18%
BLUE value IS 136 (53.52% from 255) = 29.18%
R=44.64%
G=26.18%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812213600.410.350.18350.2347.7864.71
HexD07A88029231215e3041
Octal320172210051432253660101
Binary110100001111010100010000101001100011100101010111101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07A88; }

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

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

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

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

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

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

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

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