Html Css Color HEX #DE4295 Deep Cerise

📋 copy color: '#DE4295'

red 222 ◦ green 66 ◦ blue 149

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

Shades of Deep Cerise #DE4295

Tints of Deep Cerise #DE4295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.1%

R = 50.8%
G = 15.1%
B = 34.1%

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

#DE4295 (or 0xDE4295) is known color: Deep Cerise. HEX triplet: DE, 42 and 95. RGB value is (222,66,149). Sum of RGB (Red+Green+Blue) = 222+66+149=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4295 is #21BD6A. Grayscale: #797979. Windows color (decimal): -2211179 or 9781982. OLE color: 9781982.

HSL color Cylindrical-coordinate representation of color #DE4295: hue angle of 328.08º 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 #DE4295 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 66 149 -
CMYK 0 0.70 0.33 0.13
HSL 328.08º 0.7% 0.56% -
HSV(B) 328.08º 0.7% 0.87% -
XYZ 37.5 21.6 30.63 -
YUV 122.11 143.18 199.25 -
System Red Green Blue C M Y K H S L
Decimal 222 66 149 0 0.70 0.33 0.13 328.08 0.7 0.56
Hex DE 42 95 0 46 21 D 148 46 38
Octal 336 102 225 0 106 41 15 510 106 70
Binary 11011110 1000010 10010101 0 1000110 100001 1101 101001000 1000110 111000

Color Harmonies of #DE4295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4295

Black with #DE4295

Text Example


Text Example

White with #DE4295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4295; }

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

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

background-color css

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

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

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

border-color css

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

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

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