Html Css Color HEX #D2819B Puce

📋 copy color: '#D2819B'

red 210 ◦ green 129 ◦ blue 155

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

Shades of Puce #D2819B

Tints of Puce #D2819B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.38%

R = 42.51%
G = 26.11%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D2819B (or 0xD2819B) is known color: Puce. HEX triplet: D2, 81 and 9B. RGB value is (210,129,155). Sum of RGB (Red+Green+Blue) = 210+129+155=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 129 (50.78% from 255 or 26.11% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D2819B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2819B is #2D7E64. Grayscale: #9C9C9C. Windows color (decimal): -2981477 or 10191314. OLE color: 10191314.

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

Color convert

RGB 210 129 155 -
CMYK 0 0.39 0.26 0.18
HSL 340.74º 0.47% 0.66% -
HSV(B) 340.74º 0.39% 0.82% -
XYZ 40.35 31.77 35.02 -
YUV 156.18 127.34 166.39 -
System Red Green Blue C M Y K H S L
Decimal 210 129 155 0 0.39 0.26 0.18 340.74 0.47 0.66
Hex D2 81 9B 0 27 1A 12 155 2F 42
Octal 322 201 233 0 47 32 22 525 57 102
Binary 11010010 10000001 10011011 0 100111 11010 10010 101010101 101111 1000010

Color Harmonies of #D2819B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2819B

Black with #D2819B

Text Example


Text Example

White with #D2819B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2819B; }

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

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

background-color css

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

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

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

border-color css

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

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

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