Html Css Color HEX #DE2C9F Deep Cerise

📋 copy color: '#DE2C9F'

red 222 ◦ green 44 ◦ blue 159

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

Shades of Deep Cerise #DE2C9F

Tints of Deep Cerise #DE2C9F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.35%

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

R = 52.24%
G = 10.35%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DE2C9F (or 0xDE2C9F) is known color: Deep Cerise. HEX triplet: DE, 2C and 9F. RGB value is (222,44,159). Sum of RGB (Red+Green+Blue) = 222+44+159=425 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.24% from 425); Green value is 44 (17.58% from 255 or 10.35% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2C9F is #21D360. Grayscale: #6E6E6E. Windows color (decimal): -2216801 or 10431710. OLE color: 10431710.

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

Color convert

RGB 222 44 159 -
CMYK 0 0.80 0.28 0.13
HSL 321.24º 0.73% 0.52% -
HSV(B) 321.24º 0.8% 0.87% -
XYZ 37.28 19.83 34.66 -
YUV 110.33 155.47 207.65 -
System Red Green Blue C M Y K H S L
Decimal 222 44 159 0 0.80 0.28 0.13 321.24 0.73 0.52
Hex DE 2C 9F 0 50 1C D 141 49 34
Octal 336 54 237 0 120 34 15 501 111 64
Binary 11011110 101100 10011111 0 1010000 11100 1101 101000001 1001001 110100

Color Harmonies of #DE2C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2C9F

Black with #DE2C9F

Text Example


Text Example

White with #DE2C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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