Html Css Color HEX #D27C9E Puce

📋 copy color: '#D27C9E'

red 210 ◦ green 124 ◦ blue 158

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

Shades of Puce #D27C9E

Tints of Puce #D27C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 32.11%

R = 42.68%
G = 25.2%
B = 32.11%

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

#D27C9E (or 0xD27C9E) is known color: Puce. HEX triplet: D2, 7C and 9E. RGB value is (210,124,158). Sum of RGB (Red+Green+Blue) = 210+124+158=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 158 (62.11% from 255 or 32.11% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27C9E is #2D8361. Grayscale: #999999. Windows color (decimal): -2982754 or 10386642. OLE color: 10386642.

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

Color convert

RGB 210 124 158 -
CMYK 0 0.41 0.25 0.18
HSL 336.28º 0.49% 0.65% -
HSV(B) 336.28º 0.41% 0.82% -
XYZ 39.96 30.59 36.15 -
YUV 153.59 130.49 168.24 -
System Red Green Blue C M Y K H S L
Decimal 210 124 158 0 0.41 0.25 0.18 336.28 0.49 0.65
Hex D2 7C 9E 0 29 19 12 150 31 41
Octal 322 174 236 0 51 31 22 520 61 101
Binary 11010010 1111100 10011110 0 101001 11001 10010 101010000 110001 1000001

Color Harmonies of #D27C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27C9E

Black with #D27C9E

Text Example


Text Example

White with #D27C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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