Html Css Color HEX #DE4495 Deep Cerise

📋 copy color: '#DE4495'

red 222 ◦ green 68 ◦ blue 149

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

Shades of Deep Cerise #DE4495

Tints of Deep Cerise #DE4495

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.49%

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

R = 50.57%
G = 15.49%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DE4495 (or 0xDE4495) is known color: Deep Cerise. HEX triplet: DE, 44 and 95. RGB value is (222,68,149). Sum of RGB (Red+Green+Blue) = 222+68+149=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 68 (26.95% from 255 or 15.49% from 439); Blue value is 149 (58.59% from 255 or 33.94% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4495 is #21BB6A. Grayscale: #7B7B7B. Windows color (decimal): -2210667 or 9782494. OLE color: 9782494.

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

Color convert

RGB 222 68 149 -
CMYK 0 0.69 0.33 0.13
HSL 328.44º 0.7% 0.57% -
HSV(B) 328.44º 0.69% 0.87% -
XYZ 37.62 21.83 30.67 -
YUV 123.28 142.52 198.41 -
System Red Green Blue C M Y K H S L
Decimal 222 68 149 0 0.69 0.33 0.13 328.44 0.7 0.57
Hex DE 44 95 0 45 21 D 148 46 39
Octal 336 104 225 0 105 41 15 510 106 71
Binary 11011110 1000100 10010101 0 1000101 100001 1101 101001000 1000110 111001

Color Harmonies of #DE4495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4495

Black with #DE4495

Text Example


Text Example

White with #DE4495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4495; }

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

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

background-color css

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

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

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

border-color css

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

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

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