Html Css Color HEX #D28099 Puce

📋 copy color: '#D28099'

red 210 ◦ green 128 ◦ blue 153

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

Shades of Puce #D28099

Tints of Puce #D28099

RGB

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

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

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

R = 42.77%
G = 26.07%
B = 31.16%

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

#D28099 (or 0xD28099) is known color: Puce. HEX triplet: D2, 80 and 99. RGB value is (210,128,153). Sum of RGB (Red+Green+Blue) = 210+128+153=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 153 (60.16% from 255 or 31.16% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D28099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28099 is #2D7F66. Grayscale: #9B9B9B. Windows color (decimal): -2981735 or 10059986. OLE color: 10059986.

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

Color convert

RGB 210 128 153 -
CMYK 0 0.39 0.27 0.18
HSL 341.71º 0.48% 0.66% -
HSV(B) 341.71º 0.39% 0.82% -
XYZ 40.05 31.44 34.09 -
YUV 155.37 126.67 166.97 -
System Red Green Blue C M Y K H S L
Decimal 210 128 153 0 0.39 0.27 0.18 341.71 0.48 0.66
Hex D2 80 99 0 27 1B 12 156 30 42
Octal 322 200 231 0 47 33 22 526 60 102
Binary 11010010 10000000 10011001 0 100111 11011 10010 101010110 110000 1000010

Color Harmonies of #D28099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28099

Black with #D28099

Text Example


Text Example

White with #D28099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28099; }

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

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

background-color css

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

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

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

border-color css

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

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

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