#D2868D

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

Shades of Puce #D2868D

Tints of Puce #D2868D

Color information

#D2868D (or 0xD2868D) is unknown color: approx Puce. HEX triplet: D2, 86 and 8D. RGB value is (210,134,141). Sum of RGB (Red+Green+Blue) = 210+134+141=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D2868D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2868D is #2D7972. Grayscale: #9D9D9D. Windows color (decimal): -2980211 or 9275090. OLE color: 9275090.

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

Color convert

RGB210134141-
CMYK00.360.330.18
HSL354.47º45.78%67.45%-
HSV(B)354.47º36.19%82.35%-
XYZ39.9132.6729.4-
YUV157.52118.68165.43-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.30%
GREEN value IS 134 (52.73% from 255) = 27.63%
BLUE value IS 141 (55.47% from 255) = 29.07%
R=43.30%
G=27.63%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013414100.360.330.18354.4745.7867.45
HexD2868D02421121622e43
Octal322206215044412254256103
Binary1101001010000110100011010100100100001100101011000101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2868D; }

 p { color: rgb(210,134,141); }

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

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

 a { background-color: rgb(210,134,141); }

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

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

 span { border-color: rgb(210,134,141); }

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