Html Css Color HEX #DE3077 Deep Cerise

📋 copy color: '#DE3077'

red 222 ◦ green 48 ◦ blue 119

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

Shades of Deep Cerise #DE3077

Tints of Deep Cerise #DE3077

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.34%

 BLUE value IS 119 (46.88% from 255) = 30.59%

R = 57.07%
G = 12.34%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DE3077 (or 0xDE3077) is known color: Deep Cerise. HEX triplet: DE, 30 and 77. RGB value is (222,48,119). Sum of RGB (Red+Green+Blue) = 222+48+119=389 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.07% from 389); Green value is 48 (19.14% from 255 or 12.34% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3077 is #21CF88. Grayscale: #6C6C6C. Windows color (decimal): -2215817 or 7811294. OLE color: 7811294.

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

Color convert

RGB 222 48 119 -
CMYK 0 0.78 0.46 0.13
HSL 335.52º 0.73% 0.53% -
HSV(B) 335.52º 0.78% 0.87% -
XYZ 34.51 18.98 19.3 -
YUV 108.12 134.15 209.23 -
System Red Green Blue C M Y K H S L
Decimal 222 48 119 0 0.78 0.46 0.13 335.52 0.73 0.53
Hex DE 30 77 0 4E 2E D 150 48 35
Octal 336 60 167 0 116 56 15 520 110 65
Binary 11011110 110000 1110111 0 1001110 101110 1101 101010000 1001000 110101

Color Harmonies of #DE3077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3077

Black with #DE3077

Text Example


Text Example

White with #DE3077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3077; }

 p { color: rgb(222,48,119); }

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

background-color css

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

 a { background-color: rgb(222,48,119); }

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

border-color css

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

 span { border-color: rgb(222,48,119); }

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