#D0808F

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

Shades of Charm #D0808F

Tints of Charm #D0808F

Color information

#D0808F (or 0xD0808F) is unknown color: approx Charm. HEX triplet: D0, 80 and 8F. RGB value is (208,128,143). Sum of RGB (Red+Green+Blue) = 208+128+143=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D0808F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0808F is #2F7F70. Grayscale: #999999. Windows color (decimal): -3112817 or 9404624. OLE color: 9404624.

HSL color Cylindrical-coordinate representation of color #D0808F: hue angle of 348.75º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D0808F is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB208128143-
CMYK00.380.310.18
HSL348.75º45.98%65.88%-
HSV(B)348.75º38.46%81.57%-
XYZ38.6930.8329.9-
YUV153.63122166.78-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.42%
GREEN value IS 128 (50.39% from 255) = 26.72%
BLUE value IS 143 (56.25% from 255) = 29.85%
R=43.42%
G=26.72%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812814300.380.310.18348.7545.9865.88
HexD0808F0261F1215d2e42
Octal320200217046372253556102
Binary110100001000000010001111010011011111100101010111011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0808F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0808F; }

 p { color: rgb(208,128,143); }

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

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

 a { background-color: rgb(208,128,143); }

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

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

 span { border-color: rgb(208,128,143); }

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