Html Css Color HEX #D27D9E Puce

📋 copy color: '#D27D9E'

red 210 ◦ green 125 ◦ blue 158

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

Shades of Puce #D27D9E

Tints of Puce #D27D9E

RGB

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

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

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

R = 42.6%
G = 25.35%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D27D9E (or 0xD27D9E) is known color: Puce. HEX triplet: D2, 7D and 9E. RGB value is (210,125,158). Sum of RGB (Red+Green+Blue) = 210+125+158=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27D9E is #2D8261. Grayscale: #9A9A9A. Windows color (decimal): -2982498 or 10386898. OLE color: 10386898.

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

Color convert

RGB 210 125 158 -
CMYK 0 0.40 0.25 0.18
HSL 336.71º 0.49% 0.66% -
HSV(B) 336.71º 0.4% 0.82% -
XYZ 40.08 30.84 36.19 -
YUV 154.18 130.16 167.82 -
System Red Green Blue C M Y K H S L
Decimal 210 125 158 0 0.40 0.25 0.18 336.71 0.49 0.66
Hex D2 7D 9E 0 28 19 12 151 31 42
Octal 322 175 236 0 50 31 22 521 61 102
Binary 11010010 1111101 10011110 0 101000 11001 10010 101010001 110001 1000010

Color Harmonies of #D27D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27D9E

Black with #D27D9E

Text Example


Text Example

White with #D27D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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