Html Css Color HEX #DE1E9A Deep Cerise

📋 copy color: '#DE1E9A'

red 222 ◦ green 30 ◦ blue 154

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

Shades of Deep Cerise #DE1E9A

Tints of Deep Cerise #DE1E9A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.39%

 BLUE value IS 154 (60.55% from 255) = 37.93%

R = 54.68%
G = 7.39%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DE1E9A (or 0xDE1E9A) is known color: Deep Cerise. HEX triplet: DE, 1E and 9A. RGB value is (222,30,154). Sum of RGB (Red+Green+Blue) = 222+30+154=406 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.68% from 406); Green value is 30 (12.11% from 255 or 7.39% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1E9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE1E9A is #21E165. Grayscale: #656565. Windows color (decimal): -2220390 or 10100446. OLE color: 10100446.

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

Color convert

RGB 222 30 154 -
CMYK 0 0.86 0.31 0.13
HSL 321.25º 0.76% 0.49% -
HSV(B) 321.25º 0.86% 0.87% -
XYZ 36.42 18.79 32.28 -
YUV 101.54 157.61 213.92 -
System Red Green Blue C M Y K H S L
Decimal 222 30 154 0 0.86 0.31 0.13 321.25 0.76 0.49
Hex DE 1E 9A 0 56 1F D 141 4C 31
Octal 336 36 232 0 126 37 15 501 114 61
Binary 11011110 11110 10011010 0 1010110 11111 1101 101000001 1001100 110001

Color Harmonies of #DE1E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1E9A

Black with #DE1E9A

Text Example


Text Example

White with #DE1E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1E9A; }

 p { color: rgb(222,30,154); }

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

background-color css

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

 a { background-color: rgb(222,30,154); }

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

border-color css

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

 span { border-color: rgb(222,30,154); }

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