Html Css Color HEX #D27E9C Puce

📋 copy color: '#D27E9C'

red 210 ◦ green 126 ◦ blue 156

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

Shades of Puce #D27E9C

Tints of Puce #D27E9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.71%

R = 42.68%
G = 25.61%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D27E9C (or 0xD27E9C) is known color: Puce. HEX triplet: D2, 7E and 9C. RGB value is (210,126,156). Sum of RGB (Red+Green+Blue) = 210+126+156=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 126 (49.61% from 255 or 25.61% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D27E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27E9C is #2D8163. Grayscale: #9A9A9A. Windows color (decimal): -2982244 or 10256082. OLE color: 10256082.

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

Color convert

RGB 210 126 156 -
CMYK 0 0.4 0.26 0.18
HSL 338.57º 0.48% 0.66% -
HSV(B) 338.57º 0.4% 0.82% -
XYZ 40.04 31.02 35.33 -
YUV 154.54 128.83 167.56 -
System Red Green Blue C M Y K H S L
Decimal 210 126 156 0 0.4 0.26 0.18 338.57 0.48 0.66
Hex D2 7E 9C 0 28 1A 12 153 30 42
Octal 322 176 234 0 50 32 22 523 60 102
Binary 11010010 1111110 10011100 0 101000 11010 10010 101010011 110000 1000010

Color Harmonies of #D27E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27E9C

Black with #D27E9C

Text Example


Text Example

White with #D27E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27E9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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