Html Css Color HEX #DE2F99 Deep Cerise

📋 copy color: '#DE2F99'

red 222 ◦ green 47 ◦ blue 153

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

Shades of Deep Cerise #DE2F99

Tints of Deep Cerise #DE2F99

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.14%

 BLUE value IS 153 (60.16% from 255) = 36.26%

R = 52.61%
G = 11.14%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DE2F99 (or 0xDE2F99) is known color: Deep Cerise. HEX triplet: DE, 2F and 99. RGB value is (222,47,153). Sum of RGB (Red+Green+Blue) = 222+47+153=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 47 (18.75% from 255 or 11.14% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2F99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2F99 is #21D066. Grayscale: #6F6F6F. Windows color (decimal): -2216039 or 10039262. OLE color: 10039262.

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

Color convert

RGB 222 47 153 -
CMYK 0 0.79 0.31 0.13
HSL 323.66º 0.73% 0.53% -
HSV(B) 323.66º 0.79% 0.87% -
XYZ 36.89 19.86 32.03 -
YUV 111.41 151.48 206.88 -
System Red Green Blue C M Y K H S L
Decimal 222 47 153 0 0.79 0.31 0.13 323.66 0.73 0.53
Hex DE 2F 99 0 4F 1F D 144 49 35
Octal 336 57 231 0 117 37 15 504 111 65
Binary 11011110 101111 10011001 0 1001111 11111 1101 101000100 1001001 110101

Color Harmonies of #DE2F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2F99

Black with #DE2F99

Text Example


Text Example

White with #DE2F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2F99; }

 p { color: rgb(222,47,153); }

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

background-color css

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

 a { background-color: rgb(222,47,153); }

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

border-color css

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

 span { border-color: rgb(222,47,153); }

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