Html Css Color HEX #D27DA3 Puce

📋 copy color: '#D27DA3'

red 210 ◦ green 125 ◦ blue 163

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

Shades of Puce #D27DA3

Tints of Puce #D27DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 32.73%

R = 42.17%
G = 25.1%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D27DA3 (or 0xD27DA3) is known color: Puce. HEX triplet: D2, 7D and A3. RGB value is (210,125,163). Sum of RGB (Red+Green+Blue) = 210+125+163=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 163 (64.06% from 255 or 32.73% from 498); Max value from RGB is 210 - color contains mainly: red. Hex color #D27DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27DA3 is #2D825C. Grayscale: #9A9A9A. Windows color (decimal): -2982493 or 10714578. OLE color: 10714578.

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

Color convert

RGB 210 125 163 -
CMYK 0 0.40 0.22 0.18
HSL 333.18º 0.49% 0.66% -
HSV(B) 333.18º 0.4% 0.82% -
XYZ 40.52 31.01 38.5 -
YUV 154.75 132.66 167.41 -
System Red Green Blue C M Y K H S L
Decimal 210 125 163 0 0.40 0.22 0.18 333.18 0.49 0.66
Hex D2 7D A3 0 28 16 12 14D 31 42
Octal 322 175 243 0 50 26 22 515 61 102
Binary 11010010 1111101 10100011 0 101000 10110 10010 101001101 110001 1000010

Color Harmonies of #D27DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27DA3

Black with #D27DA3

Text Example


Text Example

White with #D27DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27DA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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