Html Css Color HEX #D27E9E Puce

📋 copy color: '#D27E9E'

red 210 ◦ green 126 ◦ blue 158

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

Shades of Puce #D27E9E

Tints of Puce #D27E9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.98%

R = 42.51%
G = 25.51%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D27E9E (or 0xD27E9E) is known color: Puce. HEX triplet: D2, 7E and 9E. RGB value is (210,126,158). Sum of RGB (Red+Green+Blue) = 210+126+158=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 126 (49.61% from 255 or 25.51% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D27E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27E9E is #2D8161. Grayscale: #9A9A9A. Windows color (decimal): -2982242 or 10387154. OLE color: 10387154.

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

Color convert

RGB 210 126 158 -
CMYK 0 0.4 0.25 0.18
HSL 337.14º 0.48% 0.66% -
HSV(B) 337.14º 0.4% 0.82% -
XYZ 40.21 31.09 36.23 -
YUV 154.76 129.83 167.4 -
System Red Green Blue C M Y K H S L
Decimal 210 126 158 0 0.4 0.25 0.18 337.14 0.48 0.66
Hex D2 7E 9E 0 28 19 12 151 30 42
Octal 322 176 236 0 50 31 22 521 60 102
Binary 11010010 1111110 10011110 0 101000 11001 10010 101010001 110000 1000010

Color Harmonies of #D27E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27E9E

Black with #D27E9E

Text Example


Text Example

White with #D27E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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