Html Css Color HEX #DE3376 Deep Cerise

📋 copy color: '#DE3376'

red 222 ◦ green 51 ◦ blue 118

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

Shades of Deep Cerise #DE3376

Tints of Deep Cerise #DE3376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.18%

R = 56.78%
G = 13.04%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DE3376 (or 0xDE3376) is known color: Deep Cerise. HEX triplet: DE, 33 and 76. RGB value is (222,51,118). Sum of RGB (Red+Green+Blue) = 222+51+118=391 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.78% from 391); Green value is 51 (20.31% from 255 or 13.04% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3376 is #21CC89. Grayscale: #6D6D6D. Windows color (decimal): -2215050 or 7746526. OLE color: 7746526.

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

Color convert

RGB 222 51 118 -
CMYK 0 0.77 0.47 0.13
HSL 336.49º 0.72% 0.54% -
HSV(B) 336.49º 0.77% 0.87% -
XYZ 34.58 19.21 19.02 -
YUV 109.77 132.65 208.05 -
System Red Green Blue C M Y K H S L
Decimal 222 51 118 0 0.77 0.47 0.13 336.49 0.72 0.54
Hex DE 33 76 0 4D 2F D 150 48 36
Octal 336 63 166 0 115 57 15 520 110 66
Binary 11011110 110011 1110110 0 1001101 101111 1101 101010000 1001000 110110

Color Harmonies of #DE3376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3376

Black with #DE3376

Text Example


Text Example

White with #DE3376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3376; }

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

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

background-color css

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

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

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

border-color css

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

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

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