#DE3461

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

Shades of Cerise #DE3461

Tints of Cerise #DE3461

Color information

#DE3461 (or 0xDE3461) is unknown color: approx Cerise. HEX triplet: DE, 34 and 61. RGB value is (222,52,97). Sum of RGB (Red+Green+Blue) = 222+52+97=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3461 is #21CB9E. Grayscale: #6B6B6B. Windows color (decimal): -2214815 or 6370526. OLE color: 6370526.

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

Color convert

RGB2225297-
CMYK00.770.560.13
HSL344.12º72.03%53.73%-
HSV(B)344.12º76.58%87.06%-
XYZ33.5118.8513.18-
YUV107.96121.82209.34-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 59.84%
GREEN value IS 52 (20.70% from 255) = 14.02%
BLUE value IS 97 (38.28% from 255) = 26.15%
R=59.84%
G=14.02%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222529700.770.560.13344.1272.0353.73
HexDE346104D38D1584836
Octal336641410115701553011066
Binary1101111011010011000010100110111100011011010110001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3461; }

 p { color: rgb(222,52,97); }

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

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

 a { background-color: rgb(222,52,97); }

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

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

 span { border-color: rgb(222,52,97); }

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