#D27D95

Color #D27D95 Puce (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puce #D27D95

Tints of Puce #D27D95

Color information

#D27D95 (or 0xD27D95) is unknown color: approx Puce. HEX triplet: D2, 7D and 95. RGB value is (210,125,149). Sum of RGB (Red+Green+Blue) = 210+125+149=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27D95 is #2D826A. Grayscale: #999999. Windows color (decimal): -2982507 or 9797074. OLE color: 9797074.

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

Color convert

RGB210125149-
CMYK00.400.290.18
HSL343.06º48.57%65.69%-
HSV(B)343.06º40.48%82.35%-
XYZ39.3430.5432.26-
YUV153.15125.66168.55-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.39%
GREEN value IS 125 (49.22% from 255) = 25.83%
BLUE value IS 149 (58.59% from 255) = 30.79%
R=43.39%
G=25.83%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012514900.400.290.18343.0648.5765.69
HexD27D950281D121573142
Octal322175225050352252761102
Binary11010010111110110010101010100011101100101010101111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27D95; }

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

 H1.HeaderClassName
 {
   color: #D27D95;
 }
 .AnyTagClassName
 {
   color: #D27D95;
 }
</style>
background-color css

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

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

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

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

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

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