#DE2B7A

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

Shades of Deep Cerise #DE2B7A

Tints of Deep Cerise #DE2B7A

Color information

#DE2B7A (or 0xDE2B7A) is unknown color: approx Deep Cerise. HEX triplet: DE, 2B and 7A. RGB value is (222,43,122). Sum of RGB (Red+Green+Blue) = 222+43+122=387 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.36% from 387); Green value is 43 (17.19% from 255 or 11.11% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2B7A is #21D485. Grayscale: #696969. Windows color (decimal): -2217094 or 8006622. OLE color: 8006622.

HSL color Cylindrical-coordinate representation of color #DE2B7A: hue angle of 333.52º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DE2B7A is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB22243122-
CMYK00.810.450.13
HSL333.52º73.06%51.96%-
HSV(B)333.52º80.63%87.06%-
XYZ34.518.6620.2-
YUV105.53137.3211.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 57.36%
GREEN value IS 43 (17.19% from 255) = 11.11%
BLUE value IS 122 (48.05% from 255) = 31.52%
R=57.36%
G=11.11%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2224312200.810.450.13333.5273.0651.96
HexDE2B7A0512DD14e4934
Octal336531720121551551611164
Binary1101111010101111110100101000110110111011010011101001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE2B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE2B7A; }

 p { color: rgb(222,43,122); }

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

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

 a { background-color: rgb(222,43,122); }

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

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

 span { border-color: rgb(222,43,122); }

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