#D28298

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

Shades of Puce #D28298

Tints of Puce #D28298

Color information

#D28298 (or 0xD28298) is unknown color: approx Puce. HEX triplet: D2, 82 and 98. RGB value is (210,130,152). Sum of RGB (Red+Green+Blue) = 210+130+152=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 152 (59.77% from 255 or 30.89% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D28298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28298 is #2D7D67. Grayscale: #9C9C9C. Windows color (decimal): -2981224 or 9994962. OLE color: 9994962.

HSL color Cylindrical-coordinate representation of color #D28298: hue angle of 343.5º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D28298 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB210130152-
CMYK00.380.280.18
HSL343.5º47.06%66.67%-
HSV(B)343.5º38.1%82.35%-
XYZ40.2331.9333.75-
YUV156.43125.5166.21-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.68%
GREEN value IS 130 (51.17% from 255) = 26.42%
BLUE value IS 152 (59.77% from 255) = 30.89%
R=42.68%
G=26.42%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013015200.380.280.18343.547.0666.67
HexD282980261C121582f43
Octal322202230046342253057103
Binary110100101000001010011000010011011100100101010110001011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28298; }

 p { color: rgb(210,130,152); }

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

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

 a { background-color: rgb(210,130,152); }

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

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

 span { border-color: rgb(210,130,152); }

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