Html Css Color HEX #D28190 Puce

📋 copy color: '#D28190'

red 210 ◦ green 129 ◦ blue 144

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

Shades of Puce #D28190

Tints of Puce #D28190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.81%

R = 43.48%
G = 26.71%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D28190 (or 0xD28190) is known color: Puce. HEX triplet: D2, 81 and 90. RGB value is (210,129,144). Sum of RGB (Red+Green+Blue) = 210+129+144=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D28190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28190 is #2D7E6F. Grayscale: #9A9A9A. Windows color (decimal): -2981488 or 9470418. OLE color: 9470418.

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

Color convert

RGB 210 129 144 -
CMYK 0 0.39 0.31 0.18
HSL 348.89º 0.47% 0.66% -
HSV(B) 348.89º 0.39% 0.82% -
XYZ 39.46 31.42 30.37 -
YUV 154.93 121.84 167.28 -
System Red Green Blue C M Y K H S L
Decimal 210 129 144 0 0.39 0.31 0.18 348.89 0.47 0.66
Hex D2 81 90 0 27 1F 12 15D 2F 42
Octal 322 201 220 0 47 37 22 535 57 102
Binary 11010010 10000001 10010000 0 100111 11111 10010 101011101 101111 1000010

Color Harmonies of #D28190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28190

Black with #D28190

Text Example


Text Example

White with #D28190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28190; }

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

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

background-color css

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

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

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

border-color css

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

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

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