Html Css Color HEX #D27EA1 Puce

📋 copy color: '#D27EA1'

red 210 ◦ green 126 ◦ blue 161

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

Shades of Puce #D27EA1

Tints of Puce #D27EA1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.35%

 BLUE value IS 161 (63.28% from 255) = 32.39%

R = 42.25%
G = 25.35%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D27EA1 (or 0xD27EA1) is known color: Puce. HEX triplet: D2, 7E and A1. RGB value is (210,126,161). Sum of RGB (Red+Green+Blue) = 210+126+161=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 126 (49.61% from 255 or 25.35% from 497); Blue value is 161 (63.28% from 255 or 32.39% from 497); Max value from RGB is 210 - color contains mainly: red. Hex color #D27EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27EA1 is #2D815E. Grayscale: #9B9B9B. Windows color (decimal): -2982239 or 10583762. OLE color: 10583762.

HSL color Cylindrical-coordinate representation of color #D27EA1: hue angle of 335º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D27EA1 is Cyan = 0, Magento = 0.4, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 126 161 -
CMYK 0 0.4 0.23 0.18
HSL 335º 0.48% 0.66% -
HSV(B) 335º 0.4% 0.82% -
XYZ 40.47 31.2 37.61 -
YUV 155.11 131.33 167.15 -
System Red Green Blue C M Y K H S L
Decimal 210 126 161 0 0.4 0.23 0.18 335 0.48 0.66
Hex D2 7E A1 0 28 17 12 14F 30 42
Octal 322 176 241 0 50 27 22 517 60 102
Binary 11010010 1111110 10100001 0 101000 10111 10010 101001111 110000 1000010

Color Harmonies of #D27EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27EA1

Black with #D27EA1

Text Example


Text Example

White with #D27EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27EA1; }

 p { color: rgb(210,126,161); }

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

background-color css

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

 a { background-color: rgb(210,126,161); }

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

border-color css

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

 span { border-color: rgb(210,126,161); }

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