Html Css Color HEX #D27F9D Puce

📋 copy color: '#D27F9D'

red 210 ◦ green 127 ◦ blue 157

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

Shades of Puce #D27F9D

Tints of Puce #D27F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.78%

R = 42.51%
G = 25.71%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D27F9D (or 0xD27F9D) is known color: Puce. HEX triplet: D2, 7F and 9D. RGB value is (210,127,157). Sum of RGB (Red+Green+Blue) = 210+127+157=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 127 (50% from 255 or 25.71% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27F9D is #2D8062. Grayscale: #9B9B9B. Windows color (decimal): -2981987 or 10321874. OLE color: 10321874.

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

Color convert

RGB 210 127 157 -
CMYK 0 0.40 0.25 0.18
HSL 338.31º 0.48% 0.66% -
HSV(B) 338.31º 0.4% 0.82% -
XYZ 40.25 31.31 35.82 -
YUV 155.24 129 167.06 -
System Red Green Blue C M Y K H S L
Decimal 210 127 157 0 0.40 0.25 0.18 338.31 0.48 0.66
Hex D2 7F 9D 0 28 19 12 152 30 42
Octal 322 177 235 0 50 31 22 522 60 102
Binary 11010010 1111111 10011101 0 101000 11001 10010 101010010 110000 1000010

Color Harmonies of #D27F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27F9D

Black with #D27F9D

Text Example


Text Example

White with #D27F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27F9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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