Html Css Color HEX #DE2990 Deep Cerise

📋 copy color: '#DE2990'

red 222 ◦ green 41 ◦ blue 144

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

Shades of Deep Cerise #DE2990

Tints of Deep Cerise #DE2990

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.07%

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

R = 54.55%
G = 10.07%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DE2990 (or 0xDE2990) is known color: Deep Cerise. HEX triplet: DE, 29 and 90. RGB value is (222,41,144). Sum of RGB (Red+Green+Blue) = 222+41+144=407 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.55% from 407); Green value is 41 (16.41% from 255 or 10.07% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2990 is #21D66F. Grayscale: #6A6A6A. Windows color (decimal): -2217584 or 9447902. OLE color: 9447902.

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

Color convert

RGB 222 41 144 -
CMYK 0 0.82 0.35 0.13
HSL 325.86º 0.73% 0.52% -
HSV(B) 325.86º 0.82% 0.87% -
XYZ 35.95 19.13 28.18 -
YUV 106.86 148.97 210.12 -
System Red Green Blue C M Y K H S L
Decimal 222 41 144 0 0.82 0.35 0.13 325.86 0.73 0.52
Hex DE 29 90 0 52 23 D 146 49 34
Octal 336 51 220 0 122 43 15 506 111 64
Binary 11011110 101001 10010000 0 1010010 100011 1101 101000110 1001001 110100

Color Harmonies of #DE2990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2990

Black with #DE2990

Text Example


Text Example

White with #DE2990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2990; }

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

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

background-color css

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

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

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

border-color css

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

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

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