Html Css Color HEX #D28083 Charm

📋 copy color: '#D28083'

red 210 ◦ green 128 ◦ blue 131

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

Shades of Charm #D28083

Tints of Charm #D28083

RGB

 RED value IS 210 (82.42% from 255) = 44.78%

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

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

R = 44.78%
G = 27.29%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D28083 (or 0xD28083) is known color: Charm. HEX triplet: D2, 80 and 83. RGB value is (210,128,131). Sum of RGB (Red+Green+Blue) = 210+128+131=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 210 - color contains mainly: red. Hex color #D28083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28083 is #2D7F7C. Grayscale: #989898. Windows color (decimal): -2981757 or 8618194. OLE color: 8618194.

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

Color convert

RGB 210 128 131 -
CMYK 0 0.39 0.38 0.18
HSL 357.8º 0.48% 0.66% -
HSV(B) 357.8º 0.39% 0.82% -
XYZ 38.39 30.78 25.39 -
YUV 152.86 115.67 168.76 -
System Red Green Blue C M Y K H S L
Decimal 210 128 131 0 0.39 0.38 0.18 357.8 0.48 0.66
Hex D2 80 83 0 27 26 12 166 30 42
Octal 322 200 203 0 47 46 22 546 60 102
Binary 11010010 10000000 10000011 0 100111 100110 10010 101100110 110000 1000010

Color Harmonies of #D28083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28083

Black with #D28083

Text Example


Text Example

White with #D28083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28083; }

 p { color: rgb(210,128,131); }

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

background-color css

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

 a { background-color: rgb(210,128,131); }

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

border-color css

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

 span { border-color: rgb(210,128,131); }

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