Html Css Color HEX #DE229F Deep Cerise

📋 copy color: '#DE229F'

red 222 ◦ green 34 ◦ blue 159

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

Shades of Deep Cerise #DE229F

Tints of Deep Cerise #DE229F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.19%

 BLUE value IS 159 (62.5% from 255) = 38.31%

R = 53.49%
G = 8.19%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DE229F (or 0xDE229F) is known color: Deep Cerise. HEX triplet: DE, 22 and 9F. RGB value is (222,34,159). Sum of RGB (Red+Green+Blue) = 222+34+159=415 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.49% from 415); Green value is 34 (13.67% from 255 or 8.19% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 222 - color contains mainly: red. Hex color #DE229F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE229F is #21DD60. Grayscale: #686868. Windows color (decimal): -2219361 or 10429150. OLE color: 10429150.

HSL color Cylindrical-coordinate representation of color #DE229F: hue angle of 320.11º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DE229F is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 34 159 -
CMYK 0 0.85 0.28 0.13
HSL 320.11º 0.74% 0.5% -
HSV(B) 320.11º 0.85% 0.87% -
XYZ 36.95 19.18 34.55 -
YUV 104.46 158.78 211.84 -
System Red Green Blue C M Y K H S L
Decimal 222 34 159 0 0.85 0.28 0.13 320.11 0.74 0.5
Hex DE 22 9F 0 55 1C D 140 4A 32
Octal 336 42 237 0 125 34 15 500 112 62
Binary 11011110 100010 10011111 0 1010101 11100 1101 101000000 1001010 110010

Color Harmonies of #DE229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE229F

Black with #DE229F

Text Example


Text Example

White with #DE229F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE229F; }

 p { color: rgb(222,34,159); }

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

background-color css

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

 a { background-color: rgb(222,34,159); }

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

border-color css

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

 span { border-color: rgb(222,34,159); }

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