#DE357B

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

Shades of Deep Cerise #DE357B

Tints of Deep Cerise #DE357B

Color information

#DE357B (or 0xDE357B) is unknown color: approx Deep Cerise. HEX triplet: DE, 35 and 7B. RGB value is (222,53,123). Sum of RGB (Red+Green+Blue) = 222+53+123=398 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.78% from 398); Green value is 53 (21.09% from 255 or 13.32% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 222 - color contains mainly: red. Hex color #DE357B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE357B is #21CA84. Grayscale: #6F6F6F. Windows color (decimal): -2214533 or 8074718. OLE color: 8074718.

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

Color convert

RGB22253123-
CMYK00.760.450.13
HSL335.15º71.91%53.92%-
HSV(B)335.15º76.13%87.06%-
XYZ34.9719.5120.66-
YUV111.51134.49206.81-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 55.78%
GREEN value IS 53 (21.09% from 255) = 13.32%
BLUE value IS 123 (48.44% from 255) = 30.90%
R=55.78%
G=13.32%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2225312300.760.450.13335.1571.9153.92
HexDE357B04C2DD14f4836
Octal336651730114551551711066
Binary1101111011010111110110100110010110111011010011111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE357B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE357B; }

 p { color: rgb(222,53,123); }

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

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

 a { background-color: rgb(222,53,123); }

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

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

 span { border-color: rgb(222,53,123); }

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