Html Css Color HEX #D08384 Charm

📋 copy color: '#D08384'

red 208 ◦ green 131 ◦ blue 132

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

Shades of Charm #D08384

Tints of Charm #D08384

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.81%

 BLUE value IS 132 (51.95% from 255) = 28.03%

R = 44.16%
G = 27.81%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D08384 (or 0xD08384) is known color: Charm. HEX triplet: D0, 83 and 84. RGB value is (208,131,132). Sum of RGB (Red+Green+Blue) = 208+131+132=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D08384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08384 is #2F7C7B. Grayscale: #9A9A9A. Windows color (decimal): -3112060 or 8684496. OLE color: 8684496.

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

Color convert

RGB 208 131 132 -
CMYK 0 0.37 0.37 0.18
HSL 359.22º 0.45% 0.66% -
HSV(B) 359.22º 0.37% 0.82% -
XYZ 38.29 31.31 25.85 -
YUV 154.14 115.51 166.42 -
System Red Green Blue C M Y K H S L
Decimal 208 131 132 0 0.37 0.37 0.18 359.22 0.45 0.66
Hex D0 83 84 0 25 25 12 167 2D 42
Octal 320 203 204 0 45 45 22 547 55 102
Binary 11010000 10000011 10000100 0 100101 100101 10010 101100111 101101 1000010

Color Harmonies of #D08384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08384

Black with #D08384

Text Example


Text Example

White with #D08384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08384; }

 p { color: rgb(208,131,132); }

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

background-color css

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

 a { background-color: rgb(208,131,132); }

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

border-color css

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

 span { border-color: rgb(208,131,132); }

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