#D28CA7

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

Shades of Can Can #D28CA7

Tints of Can Can #D28CA7

Color information

#D28CA7 (or 0xD28CA7) is unknown color: approx Can Can. HEX triplet: D2, 8C and A7. RGB value is (210,140,167). Sum of RGB (Red+Green+Blue) = 210+140+167=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 140 (55.08% from 255 or 27.08% from 517); Blue value is 167 (65.62% from 255 or 32.30% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D28CA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28CA7 is #2D7358. Grayscale: #A3A3A3. Windows color (decimal): -2978649 or 10980562. OLE color: 10980562.

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

Color convert

RGB210140167-
CMYK00.330.200.18
HSL336.86º43.75%68.63%-
HSV(B)336.86º33.33%82.35%-
XYZ42.9335.2541.1-
YUV164.01129.69160.8-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.62%
GREEN value IS 140 (55.08% from 255) = 27.08%
BLUE value IS 167 (65.62% from 255) = 32.30%
R=40.62%
G=27.08%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014016700.330.200.18336.8643.7568.63
HexD28CA702114121512c45
Octal322214247041242252154105
Binary110100101000110010100111010000110100100101010100011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28CA7; }

 p { color: rgb(210,140,167); }

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

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

 a { background-color: rgb(210,140,167); }

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

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

 span { border-color: rgb(210,140,167); }

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