Html Css Color HEX #DE3378 Deep Cerise

📋 copy color: '#DE3378'

red 222 ◦ green 51 ◦ blue 120

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

Shades of Deep Cerise #DE3378

Tints of Deep Cerise #DE3378

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.98%

 BLUE value IS 120 (47.27% from 255) = 30.53%

R = 56.49%
G = 12.98%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DE3378 (or 0xDE3378) is known color: Deep Cerise. HEX triplet: DE, 33 and 78. RGB value is (222,51,120). Sum of RGB (Red+Green+Blue) = 222+51+120=393 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.49% from 393); Green value is 51 (20.31% from 255 or 12.98% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3378 is #21CC87. Grayscale: #6D6D6D. Windows color (decimal): -2215048 or 7877598. OLE color: 7877598.

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

Color convert

RGB 222 51 120 -
CMYK 0 0.77 0.46 0.13
HSL 335.79º 0.72% 0.54% -
HSV(B) 335.79º 0.77% 0.87% -
XYZ 34.7 19.25 19.66 -
YUV 110 133.65 207.89 -
System Red Green Blue C M Y K H S L
Decimal 222 51 120 0 0.77 0.46 0.13 335.79 0.72 0.54
Hex DE 33 78 0 4D 2E D 150 48 36
Octal 336 63 170 0 115 56 15 520 110 66
Binary 11011110 110011 1111000 0 1001101 101110 1101 101010000 1001000 110110

Color Harmonies of #DE3378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3378

Black with #DE3378

Text Example


Text Example

White with #DE3378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3378; }

 p { color: rgb(222,51,120); }

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

background-color css

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

 a { background-color: rgb(222,51,120); }

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

border-color css

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

 span { border-color: rgb(222,51,120); }

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