Html Css Color HEX #D27F92 Puce

📋 copy color: '#D27F92'

red 210 ◦ green 127 ◦ blue 146

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

Shades of Puce #D27F92

Tints of Puce #D27F92

RGB

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

 GREEN value IS 127 (50% from 255) = 26.29%

 BLUE value IS 146 (57.42% from 255) = 30.23%

R = 43.48%
G = 26.29%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D27F92 (or 0xD27F92) is known color: Puce. HEX triplet: D2, 7F and 92. RGB value is (210,127,146). Sum of RGB (Red+Green+Blue) = 210+127+146=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27F92 is #2D806D. Grayscale: #999999. Windows color (decimal): -2981998 or 9600978. OLE color: 9600978.

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

Color convert

RGB 210 127 146 -
CMYK 0 0.40 0.30 0.18
HSL 346.27º 0.48% 0.66% -
HSV(B) 346.27º 0.4% 0.82% -
XYZ 39.36 30.96 31.09 -
YUV 153.98 123.5 167.96 -
System Red Green Blue C M Y K H S L
Decimal 210 127 146 0 0.40 0.30 0.18 346.27 0.48 0.66
Hex D2 7F 92 0 28 1E 12 15A 30 42
Octal 322 177 222 0 50 36 22 532 60 102
Binary 11010010 1111111 10010010 0 101000 11110 10010 101011010 110000 1000010

Color Harmonies of #D27F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27F92

Black with #D27F92

Text Example


Text Example

White with #D27F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27F92; }

 p { color: rgb(210,127,146); }

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

background-color css

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

 a { background-color: rgb(210,127,146); }

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

border-color css

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

 span { border-color: rgb(210,127,146); }

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