#DE919D

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

Shades of Can Can #DE919D

Tints of Can Can #DE919D

Color information

#DE919D (or 0xDE919D) is unknown color: approx Can Can. HEX triplet: DE, 91 and 9D. RGB value is (222,145,157). Sum of RGB (Red+Green+Blue) = 222+145+157=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 157 (61.72% from 255 or 29.96% from 524); Max value from RGB is 222 - color contains mainly: red. Hex color #DE919D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE919D is #216E62. Grayscale: #A9A9A9. Windows color (decimal): -2190947 or 10326494. OLE color: 10326494.

HSL color Cylindrical-coordinate representation of color #DE919D: hue angle of 350.65º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DE919D is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB222145157-
CMYK00.350.290.13
HSL350.65º53.85%71.96%-
HSV(B)350.65º34.68%87.06%-
XYZ46.3438.2136.83-
YUV169.39121.01165.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.37%
GREEN value IS 145 (57.03% from 255) = 27.67%
BLUE value IS 157 (61.72% from 255) = 29.96%
R=42.37%
G=27.67%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214515700.350.290.13350.6553.8571.96
HexDE919D0231DD15f3648
Octal336221235043351553766110
Binary11011110100100011001110101000111110111011010111111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE919D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE919D; }

 p { color: rgb(222,145,157); }

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

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

 a { background-color: rgb(222,145,157); }

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

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

 span { border-color: rgb(222,145,157); }

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