Html Css Color HEX #DE4290 Deep Cerise

📋 copy color: '#DE4290'

red 222 ◦ green 66 ◦ blue 144

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

Shades of Deep Cerise #DE4290

Tints of Deep Cerise #DE4290

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.28%

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

R = 51.39%
G = 15.28%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DE4290 (or 0xDE4290) is known color: Deep Cerise. HEX triplet: DE, 42 and 90. RGB value is (222,66,144). Sum of RGB (Red+Green+Blue) = 222+66+144=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 66 (26.17% from 255 or 15.28% from 432); Blue value is 144 (56.64% from 255 or 33.33% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4290 is #21BD6F. Grayscale: #797979. Windows color (decimal): -2211184 or 9454302. OLE color: 9454302.

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

Color convert

RGB 222 66 144 -
CMYK 0 0.70 0.35 0.13
HSL 330º 0.7% 0.56% -
HSV(B) 330º 0.7% 0.87% -
XYZ 37.11 21.44 28.57 -
YUV 121.54 140.68 199.66 -
System Red Green Blue C M Y K H S L
Decimal 222 66 144 0 0.70 0.35 0.13 330 0.7 0.56
Hex DE 42 90 0 46 23 D 14A 46 38
Octal 336 102 220 0 106 43 15 512 106 70
Binary 11011110 1000010 10010000 0 1000110 100011 1101 101001010 1000110 111000

Color Harmonies of #DE4290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4290

Black with #DE4290

Text Example


Text Example

White with #DE4290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4290; }

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

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

background-color css

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

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

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

border-color css

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

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

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