Html Css Color HEX #D0808E Charm

📋 copy color: '#D0808E'

red 208 ◦ green 128 ◦ blue 142

#D0808E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charm #D0808E

Tints of Charm #D0808E

RGB

 RED value IS 208 (81.64% from 255) = 43.51%

 GREEN value IS 128 (50.39% from 255) = 26.78%

 BLUE value IS 142 (55.86% from 255) = 29.71%

R = 43.51%
G = 26.78%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0808E (or 0xD0808E) is known color: Charm. HEX triplet: D0, 80 and 8E. RGB value is (208,128,142). Sum of RGB (Red+Green+Blue) = 208+128+142=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 208 - color contains mainly: red. Hex color #D0808E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0808E is #2F7F71. Grayscale: #999999. Windows color (decimal): -3112818 or 9339088. OLE color: 9339088.

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

Color convert

RGB 208 128 142 -
CMYK 0 0.38 0.32 0.18
HSL 349.5º 0.46% 0.66% -
HSV(B) 349.5º 0.38% 0.82% -
XYZ 38.61 30.8 29.5 -
YUV 153.52 121.5 166.86 -
System Red Green Blue C M Y K H S L
Decimal 208 128 142 0 0.38 0.32 0.18 349.5 0.46 0.66
Hex D0 80 8E 0 26 20 12 15E 2E 42
Octal 320 200 216 0 46 40 22 536 56 102
Binary 11010000 10000000 10001110 0 100110 100000 10010 101011110 101110 1000010

Color Harmonies of #D0808E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0808E

Black with #D0808E

Text Example


Text Example

White with #D0808E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0808E; }

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

 H1.HeaderClassName
 {
   color: #D0808E;
 }
 .AnyTagClassName
 {
   color: #D0808E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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