#D06788

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

Shades of Charm #D06788

Tints of Charm #D06788

Color information

#D06788 (or 0xD06788) is unknown color: approx Charm. HEX triplet: D0, 67 and 88. RGB value is (208,103,136). Sum of RGB (Red+Green+Blue) = 208+103+136=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 136 (53.52% from 255 or 30.43% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D06788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06788 is #2F9877. Grayscale: #8A8A8A. Windows color (decimal): -3119224 or 8939472. OLE color: 8939472.

HSL color Cylindrical-coordinate representation of color #D06788: hue angle of 341.14º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D06788 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB208103136-
CMYK00.500.350.18
HSL341.14º52.76%60.98%-
HSV(B)341.14º50.48%81.57%-
XYZ35.3124.8926.24-
YUV138.16126.79177.82-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.53%
GREEN value IS 103 (40.62% from 255) = 23.04%
BLUE value IS 136 (53.52% from 255) = 30.43%
R=46.53%
G=23.04%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810313600.500.350.18341.1452.7660.98
HexD067880322312155353d
Octal32014721006243225256575
Binary11010000110011110001000011001010001110010101010101110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06788; }

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

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

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

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

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

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

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

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