Html Css Color HEX #DE249C Deep Cerise

📋 copy color: '#DE249C'

red 222 ◦ green 36 ◦ blue 156

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

Shades of Deep Cerise #DE249C

Tints of Deep Cerise #DE249C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.7%

 BLUE value IS 156 (61.33% from 255) = 37.68%

R = 53.62%
G = 8.7%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DE249C (or 0xDE249C) is known color: Deep Cerise. HEX triplet: DE, 24 and 9C. RGB value is (222,36,156). Sum of RGB (Red+Green+Blue) = 222+36+156=414 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.62% from 414); Green value is 36 (14.45% from 255 or 8.70% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 222 - color contains mainly: red. Hex color #DE249C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE249C is #21DB63. Grayscale: #686868. Windows color (decimal): -2218852 or 10233054. OLE color: 10233054.

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

Color convert

RGB 222 36 156 -
CMYK 0 0.84 0.30 0.13
HSL 321.29º 0.74% 0.51% -
HSV(B) 321.29º 0.84% 0.87% -
XYZ 36.76 19.19 33.22 -
YUV 105.29 156.62 211.24 -
System Red Green Blue C M Y K H S L
Decimal 222 36 156 0 0.84 0.30 0.13 321.29 0.74 0.51
Hex DE 24 9C 0 54 1E D 141 4A 33
Octal 336 44 234 0 124 36 15 501 112 63
Binary 11011110 100100 10011100 0 1010100 11110 1101 101000001 1001010 110011

Color Harmonies of #DE249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE249C

Black with #DE249C

Text Example


Text Example

White with #DE249C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE249C; }

 p { color: rgb(222,36,156); }

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

background-color css

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

 a { background-color: rgb(222,36,156); }

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

border-color css

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

 span { border-color: rgb(222,36,156); }

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