Html Css Color HEX #D27C9D Puce

📋 copy color: '#D27C9D'

red 210 ◦ green 124 ◦ blue 157

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

Shades of Puce #D27C9D

Tints of Puce #D27C9D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.25%

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

R = 42.77%
G = 25.25%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D27C9D (or 0xD27C9D) is known color: Puce. HEX triplet: D2, 7C and 9D. RGB value is (210,124,157). Sum of RGB (Red+Green+Blue) = 210+124+157=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27C9D is #2D8362. Grayscale: #999999. Windows color (decimal): -2982755 or 10321106. OLE color: 10321106.

HSL color Cylindrical-coordinate representation of color #D27C9D: hue angle of 336.98º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D27C9D is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 124 157 -
CMYK 0 0.41 0.25 0.18
HSL 336.98º 0.49% 0.65% -
HSV(B) 336.98º 0.41% 0.82% -
XYZ 39.87 30.55 35.69 -
YUV 153.48 129.99 168.32 -
System Red Green Blue C M Y K H S L
Decimal 210 124 157 0 0.41 0.25 0.18 336.98 0.49 0.65
Hex D2 7C 9D 0 29 19 12 151 31 41
Octal 322 174 235 0 51 31 22 521 61 101
Binary 11010010 1111100 10011101 0 101001 11001 10010 101010001 110001 1000001

Color Harmonies of #D27C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27C9D

Black with #D27C9D

Text Example


Text Example

White with #D27C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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