Html Css Color HEX #D2809D Puce

📋 copy color: '#D2809D'

red 210 ◦ green 128 ◦ blue 157

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

Shades of Puce #D2809D

Tints of Puce #D2809D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.72%

R = 42.42%
G = 25.86%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D2809D (or 0xD2809D) is known color: Puce. HEX triplet: D2, 80 and 9D. RGB value is (210,128,157). Sum of RGB (Red+Green+Blue) = 210+128+157=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 210 - color contains mainly: red. Hex color #D2809D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2809D is #2D7F62. Grayscale: #9B9B9B. Windows color (decimal): -2981731 or 10322130. OLE color: 10322130.

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

Color convert

RGB 210 128 157 -
CMYK 0 0.39 0.25 0.18
HSL 338.78º 0.48% 0.66% -
HSV(B) 338.78º 0.39% 0.82% -
XYZ 40.38 31.57 35.86 -
YUV 155.82 128.67 166.64 -
System Red Green Blue C M Y K H S L
Decimal 210 128 157 0 0.39 0.25 0.18 338.78 0.48 0.66
Hex D2 80 9D 0 27 19 12 153 30 42
Octal 322 200 235 0 47 31 22 523 60 102
Binary 11010010 10000000 10011101 0 100111 11001 10010 101010011 110000 1000010

Color Harmonies of #D2809D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2809D

Black with #D2809D

Text Example


Text Example

White with #D2809D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2809D; }

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

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

background-color css

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

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

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

border-color css

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

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

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