Html Css Color HEX #DE4294 Deep Cerise

📋 copy color: '#DE4294'

red 222 ◦ green 66 ◦ blue 148

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

Shades of Deep Cerise #DE4294

Tints of Deep Cerise #DE4294

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.14%

 BLUE value IS 148 (58.2% from 255) = 33.94%

R = 50.92%
G = 15.14%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DE4294 (or 0xDE4294) is known color: Deep Cerise. HEX triplet: DE, 42 and 94. RGB value is (222,66,148). Sum of RGB (Red+Green+Blue) = 222+66+148=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 66 (26.17% from 255 or 15.14% from 436); Blue value is 148 (58.20% from 255 or 33.94% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4294 is #21BD6B. Grayscale: #797979. Windows color (decimal): -2211180 or 9716446. OLE color: 9716446.

HSL color Cylindrical-coordinate representation of color #DE4294: hue angle of 328.46º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DE4294 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 66 148 -
CMYK 0 0.70 0.33 0.13
HSL 328.46º 0.7% 0.56% -
HSV(B) 328.46º 0.7% 0.87% -
XYZ 37.42 21.56 30.21 -
YUV 121.99 142.68 199.33 -
System Red Green Blue C M Y K H S L
Decimal 222 66 148 0 0.70 0.33 0.13 328.46 0.7 0.56
Hex DE 42 94 0 46 21 D 148 46 38
Octal 336 102 224 0 106 41 15 510 106 70
Binary 11011110 1000010 10010100 0 1000110 100001 1101 101001000 1000110 111000

Color Harmonies of #DE4294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4294

Black with #DE4294

Text Example


Text Example

White with #DE4294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4294; }

 p { color: rgb(222,66,148); }

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

background-color css

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

 a { background-color: rgb(222,66,148); }

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

border-color css

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

 span { border-color: rgb(222,66,148); }

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