Html Css Color HEX #D27DA2 Puce

📋 copy color: '#D27DA2'

red 210 ◦ green 125 ◦ blue 162

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

Shades of Puce #D27DA2

Tints of Puce #D27DA2

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.15%

 BLUE value IS 162 (63.67% from 255) = 32.6%

R = 42.25%
G = 25.15%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D27DA2 (or 0xD27DA2) is known color: Puce. HEX triplet: D2, 7D and A2. RGB value is (210,125,162). Sum of RGB (Red+Green+Blue) = 210+125+162=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 125 (49.22% from 255 or 25.15% from 497); Blue value is 162 (63.67% from 255 or 32.60% from 497); Max value from RGB is 210 - color contains mainly: red. Hex color #D27DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27DA2 is #2D825D. Grayscale: #9A9A9A. Windows color (decimal): -2982494 or 10649042. OLE color: 10649042.

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

Color convert

RGB 210 125 162 -
CMYK 0 0.40 0.23 0.18
HSL 333.88º 0.49% 0.66% -
HSV(B) 333.88º 0.4% 0.82% -
XYZ 40.43 30.98 38.03 -
YUV 154.63 132.16 167.49 -
System Red Green Blue C M Y K H S L
Decimal 210 125 162 0 0.40 0.23 0.18 333.88 0.49 0.66
Hex D2 7D A2 0 28 17 12 14E 31 42
Octal 322 175 242 0 50 27 22 516 61 102
Binary 11010010 1111101 10100010 0 101000 10111 10010 101001110 110001 1000010

Color Harmonies of #D27DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27DA2

Black with #D27DA2

Text Example


Text Example

White with #D27DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27DA2; }

 p { color: rgb(210,125,162); }

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

background-color css

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

 a { background-color: rgb(210,125,162); }

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

border-color css

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

 span { border-color: rgb(210,125,162); }

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