Html Css Color HEX #D27F94 Puce

📋 copy color: '#D27F94'

red 210 ◦ green 127 ◦ blue 148

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

Shades of Puce #D27F94

Tints of Puce #D27F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.52%

R = 43.3%
G = 26.19%
B = 30.52%

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

#D27F94 (or 0xD27F94) is known color: Puce. HEX triplet: D2, 7F and 94. RGB value is (210,127,148). Sum of RGB (Red+Green+Blue) = 210+127+148=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27F94 is #2D806B. Grayscale: #9A9A9A. Windows color (decimal): -2981996 or 9732050. OLE color: 9732050.

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

Color convert

RGB 210 127 148 -
CMYK 0 0.40 0.30 0.18
HSL 344.82º 0.48% 0.66% -
HSV(B) 344.82º 0.4% 0.82% -
XYZ 39.51 31.02 31.92 -
YUV 154.21 124.5 167.79 -
System Red Green Blue C M Y K H S L
Decimal 210 127 148 0 0.40 0.30 0.18 344.82 0.48 0.66
Hex D2 7F 94 0 28 1E 12 159 30 42
Octal 322 177 224 0 50 36 22 531 60 102
Binary 11010010 1111111 10010100 0 101000 11110 10010 101011001 110000 1000010

Color Harmonies of #D27F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27F94

Black with #D27F94

Text Example


Text Example

White with #D27F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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