Html Css Color HEX #D27E9F Puce

📋 copy color: '#D27E9F'

red 210 ◦ green 126 ◦ blue 159

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

Shades of Puce #D27E9F

Tints of Puce #D27E9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.12%

R = 42.42%
G = 25.45%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D27E9F (or 0xD27E9F) is known color: Puce. HEX triplet: D2, 7E and 9F. RGB value is (210,126,159). Sum of RGB (Red+Green+Blue) = 210+126+159=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 126 (49.61% from 255 or 25.45% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 210 - color contains mainly: red. Hex color #D27E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27E9F is #2D8160. Grayscale: #9A9A9A. Windows color (decimal): -2982241 or 10452690. OLE color: 10452690.

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

Color convert

RGB 210 126 159 -
CMYK 0 0.4 0.24 0.18
HSL 336.43º 0.48% 0.66% -
HSV(B) 336.43º 0.4% 0.82% -
XYZ 40.3 31.13 36.69 -
YUV 154.88 130.33 167.32 -
System Red Green Blue C M Y K H S L
Decimal 210 126 159 0 0.4 0.24 0.18 336.43 0.48 0.66
Hex D2 7E 9F 0 28 18 12 150 30 42
Octal 322 176 237 0 50 30 22 520 60 102
Binary 11010010 1111110 10011111 0 101000 11000 10010 101010000 110000 1000010

Color Harmonies of #D27E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27E9F

Black with #D27E9F

Text Example


Text Example

White with #D27E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27E9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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