Html Css Color HEX #DE2995 Deep Cerise

📋 copy color: '#DE2995'

red 222 ◦ green 41 ◦ blue 149

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

Shades of Deep Cerise #DE2995

Tints of Deep Cerise #DE2995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.17%

R = 53.88%
G = 9.95%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DE2995 (or 0xDE2995) is known color: Deep Cerise. HEX triplet: DE, 29 and 95. RGB value is (222,41,149). Sum of RGB (Red+Green+Blue) = 222+41+149=412 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.88% from 412); Green value is 41 (16.41% from 255 or 9.95% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2995 is #21D66A. Grayscale: #6B6B6B. Windows color (decimal): -2217579 or 9775582. OLE color: 9775582.

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

Color convert

RGB 222 41 149 -
CMYK 0 0.82 0.33 0.13
HSL 324.2º 0.73% 0.52% -
HSV(B) 324.2º 0.82% 0.87% -
XYZ 36.34 19.29 30.24 -
YUV 107.43 151.47 209.72 -
System Red Green Blue C M Y K H S L
Decimal 222 41 149 0 0.82 0.33 0.13 324.2 0.73 0.52
Hex DE 29 95 0 52 21 D 144 49 34
Octal 336 51 225 0 122 41 15 504 111 64
Binary 11011110 101001 10010101 0 1010010 100001 1101 101000100 1001001 110100

Color Harmonies of #DE2995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2995

Black with #DE2995

Text Example


Text Example

White with #DE2995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2995; }

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

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

background-color css

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

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

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

border-color css

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

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

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