#DE2275

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

Shades of Deep Cerise #DE2275

Tints of Deep Cerise #DE2275

Color information

#DE2275 (or 0xDE2275) is unknown color: approx Deep Cerise. HEX triplet: DE, 22 and 75. RGB value is (222,34,117). Sum of RGB (Red+Green+Blue) = 222+34+117=373 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.52% from 373); Green value is 34 (13.67% from 255 or 9.12% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2275 is #21DD8A. Grayscale: #636363. Windows color (decimal): -2219403 or 7676638. OLE color: 7676638.

HSL color Cylindrical-coordinate representation of color #DE2275: hue angle of 333.51º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DE2275 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB22234117-
CMYK00.850.470.13
HSL333.51º74.02%50.2%-
HSV(B)333.51º84.68%87.06%-
XYZ33.9117.9618.51-
YUV99.67137.78215.25-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 59.52%
GREEN value IS 34 (13.67% from 255) = 9.12%
BLUE value IS 117 (46.09% from 255) = 31.37%
R=59.52%
G=9.12%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2223411700.850.470.13333.5174.0250.2
HexDE22750552FD14e4a32
Octal336421650125571551611262
Binary1101111010001011101010101010110111111011010011101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE2275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE2275; }

 p { color: rgb(222,34,117); }

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

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

 a { background-color: rgb(222,34,117); }

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

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

 span { border-color: rgb(222,34,117); }

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