Html Css Color HEX #D27D9A Puce

📋 copy color: '#D27D9A'

red 210 ◦ green 125 ◦ blue 154

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

Shades of Puce #D27D9A

Tints of Puce #D27D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.49%

R = 42.94%
G = 25.56%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D27D9A (or 0xD27D9A) is known color: Puce. HEX triplet: D2, 7D and 9A. RGB value is (210,125,154). Sum of RGB (Red+Green+Blue) = 210+125+154=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 125 (49.22% from 255 or 25.56% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27D9A is #2D8265. Grayscale: #999999. Windows color (decimal): -2982502 or 10124754. OLE color: 10124754.

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

Color convert

RGB 210 125 154 -
CMYK 0 0.40 0.27 0.18
HSL 339.53º 0.49% 0.66% -
HSV(B) 339.53º 0.4% 0.82% -
XYZ 39.74 30.7 34.4 -
YUV 153.72 128.16 168.14 -
System Red Green Blue C M Y K H S L
Decimal 210 125 154 0 0.40 0.27 0.18 339.53 0.49 0.66
Hex D2 7D 9A 0 28 1B 12 154 31 42
Octal 322 175 232 0 50 33 22 524 61 102
Binary 11010010 1111101 10011010 0 101000 11011 10010 101010100 110001 1000010

Color Harmonies of #D27D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27D9A

Black with #D27D9A

Text Example


Text Example

White with #D27D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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