Html Css Color HEX #DE3490 Deep Cerise

📋 copy color: '#DE3490'

red 222 ◦ green 52 ◦ blue 144

#DE3490
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #DE3490

Tints of Deep Cerise #DE3490

RGB

 RED value IS 222 (87.11% from 255) = 53.11%

 GREEN value IS 52 (20.7% from 255) = 12.44%

 BLUE value IS 144 (56.64% from 255) = 34.45%

R = 53.11%
G = 12.44%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DE3490 (or 0xDE3490) is known color: Deep Cerise. HEX triplet: DE, 34 and 90. RGB value is (222,52,144). Sum of RGB (Red+Green+Blue) = 222+52+144=418 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.11% from 418); Green value is 52 (20.70% from 255 or 12.44% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3490 is #21CB6F. Grayscale: #717171. Windows color (decimal): -2214768 or 9450718. OLE color: 9450718.

HSL color Cylindrical-coordinate representation of color #DE3490: hue angle of 327.53º 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 #DE3490 is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 52 144 -
CMYK 0 0.77 0.35 0.13
HSL 327.53º 0.72% 0.54% -
HSV(B) 327.53º 0.77% 0.87% -
XYZ 36.39 20 28.33 -
YUV 113.32 145.32 205.52 -
System Red Green Blue C M Y K H S L
Decimal 222 52 144 0 0.77 0.35 0.13 327.53 0.72 0.54
Hex DE 34 90 0 4D 23 D 148 48 36
Octal 336 64 220 0 115 43 15 510 110 66
Binary 11011110 110100 10010000 0 1001101 100011 1101 101001000 1001000 110110

Color Harmonies of #DE3490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3490

Black with #DE3490

Text Example


Text Example

White with #DE3490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3490; }

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

 H1.HeaderClassName
 {
   color: #DE3490;
 }
 .AnyTagClassName
 {
   color: #DE3490;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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