#D07688

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

Shades of Charm #D07688

Tints of Charm #D07688

Color information

#D07688 (or 0xD07688) is unknown color: approx Charm. HEX triplet: D0, 76 and 88. RGB value is (208,118,136). Sum of RGB (Red+Green+Blue) = 208+118+136=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 118 (46.48% from 255 or 25.54% from 462); Blue value is 136 (53.52% from 255 or 29.44% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D07688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07688 is #2F8977. Grayscale: #929292. Windows color (decimal): -3115384 or 8943312. OLE color: 8943312.

HSL color Cylindrical-coordinate representation of color #D07688: hue angle of 348º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D07688 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB208118136-
CMYK00.430.350.18
HSL348º48.91%63.92%-
HSV(B)348º43.27%81.57%-
XYZ36.9328.1426.78-
YUV146.96121.82171.54-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.02%
GREEN value IS 118 (46.48% from 255) = 25.54%
BLUE value IS 136 (53.52% from 255) = 29.44%
R=45.02%
G=25.54%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811813600.430.350.1834848.9163.92
HexD0768802B231215c3140
Octal320166210053432253461100
Binary110100001110110100010000101011100011100101010111001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07688; }

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

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

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

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

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

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

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

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