Html Css Color HEX #D28199 Puce

📋 copy color: '#D28199'

red 210 ◦ green 129 ◦ blue 153

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

Shades of Puce #D28199

Tints of Puce #D28199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.1%

R = 42.68%
G = 26.22%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D28199 (or 0xD28199) is known color: Puce. HEX triplet: D2, 81 and 99. RGB value is (210,129,153). Sum of RGB (Red+Green+Blue) = 210+129+153=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D28199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28199 is #2D7E66. Grayscale: #9B9B9B. Windows color (decimal): -2981479 or 10060242. OLE color: 10060242.

HSL color Cylindrical-coordinate representation of color #D28199: hue angle of 342.22º degrees, saturation: 0.47, 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 #D28199 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 129 153 -
CMYK 0 0.39 0.27 0.18
HSL 342.22º 0.47% 0.66% -
HSV(B) 342.22º 0.39% 0.82% -
XYZ 40.18 31.7 34.14 -
YUV 155.96 126.34 166.55 -
System Red Green Blue C M Y K H S L
Decimal 210 129 153 0 0.39 0.27 0.18 342.22 0.47 0.66
Hex D2 81 99 0 27 1B 12 156 2F 42
Octal 322 201 231 0 47 33 22 526 57 102
Binary 11010010 10000001 10011001 0 100111 11011 10010 101010110 101111 1000010

Color Harmonies of #D28199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28199

Black with #D28199

Text Example


Text Example

White with #D28199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28199; }

 p { color: rgb(210,129,153); }

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

background-color css

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

 a { background-color: rgb(210,129,153); }

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

border-color css

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

 span { border-color: rgb(210,129,153); }

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