Html Css Color HEX #DE3780 Deep Cerise

📋 copy color: '#DE3780'

red 222 ◦ green 55 ◦ blue 128

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

Shades of Deep Cerise #DE3780

Tints of Deep Cerise #DE3780

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.58%

 BLUE value IS 128 (50.39% from 255) = 31.6%

R = 54.81%
G = 13.58%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DE3780 (or 0xDE3780) is known color: Deep Cerise. HEX triplet: DE, 37 and 80. RGB value is (222,55,128). Sum of RGB (Red+Green+Blue) = 222+55+128=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 55 (21.88% from 255 or 13.58% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3780 is #21C87F. Grayscale: #717171. Windows color (decimal): -2214016 or 8402910. OLE color: 8402910.

HSL color Cylindrical-coordinate representation of color #DE3780: hue angle of 333.77º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DE3780 is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 55 128 -
CMYK 0 0.75 0.42 0.13
HSL 333.77º 0.72% 0.54% -
HSV(B) 333.77º 0.75% 0.87% -
XYZ 35.39 19.82 22.38 -
YUV 113.26 136.33 205.56 -
System Red Green Blue C M Y K H S L
Decimal 222 55 128 0 0.75 0.42 0.13 333.77 0.72 0.54
Hex DE 37 80 0 4B 2A D 14E 48 36
Octal 336 67 200 0 113 52 15 516 110 66
Binary 11011110 110111 10000000 0 1001011 101010 1101 101001110 1001000 110110

Color Harmonies of #DE3780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3780

Black with #DE3780

Text Example


Text Example

White with #DE3780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3780; }

 p { color: rgb(222,55,128); }

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

background-color css

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

 a { background-color: rgb(222,55,128); }

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

border-color css

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

 span { border-color: rgb(222,55,128); }

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