Html Css Color HEX #D08183 Charm

📋 copy color: '#D08183'

red 208 ◦ green 129 ◦ blue 131

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

Shades of Charm #D08183

Tints of Charm #D08183

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.56%

 BLUE value IS 131 (51.56% from 255) = 27.99%

R = 44.44%
G = 27.56%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D08183 (or 0xD08183) is known color: Charm. HEX triplet: D0, 81 and 83. RGB value is (208,129,131). Sum of RGB (Red+Green+Blue) = 208+129+131=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 131 (51.56% from 255 or 27.99% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D08183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08183 is #2F7E7C. Grayscale: #989898. Windows color (decimal): -3112573 or 8618448. OLE color: 8618448.

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

Color convert

RGB 208 129 131 -
CMYK 0 0.38 0.37 0.18
HSL 358.48º 0.46% 0.66% -
HSV(B) 358.48º 0.38% 0.82% -
XYZ 37.96 30.75 25.41 -
YUV 152.85 115.67 167.34 -
System Red Green Blue C M Y K H S L
Decimal 208 129 131 0 0.38 0.37 0.18 358.48 0.46 0.66
Hex D0 81 83 0 26 25 12 166 2E 42
Octal 320 201 203 0 46 45 22 546 56 102
Binary 11010000 10000001 10000011 0 100110 100101 10010 101100110 101110 1000010

Color Harmonies of #D08183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08183

Black with #D08183

Text Example


Text Example

White with #D08183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08183; }

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

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

background-color css

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

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

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

border-color css

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

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

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