Html Css Color HEX #DE2779 Deep Cerise

📋 copy color: '#DE2779'

red 222 ◦ green 39 ◦ blue 121

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

Shades of Deep Cerise #DE2779

Tints of Deep Cerise #DE2779

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.21%

 BLUE value IS 121 (47.66% from 255) = 31.68%

R = 58.12%
G = 10.21%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DE2779 (or 0xDE2779) is known color: Deep Cerise. HEX triplet: DE, 27 and 79. RGB value is (222,39,121). Sum of RGB (Red+Green+Blue) = 222+39+121=382 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.12% from 382); Green value is 39 (15.62% from 255 or 10.21% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2779 is #21D886. Grayscale: #666666. Windows color (decimal): -2218119 or 7940062. OLE color: 7940062.

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

Color convert

RGB 222 39 121 -
CMYK 0 0.82 0.45 0.13
HSL 333.11º 0.73% 0.51% -
HSV(B) 333.11º 0.82% 0.87% -
XYZ 34.3 18.36 19.83 -
YUV 103.07 138.13 212.83 -
System Red Green Blue C M Y K H S L
Decimal 222 39 121 0 0.82 0.45 0.13 333.11 0.73 0.51
Hex DE 27 79 0 52 2D D 14D 49 33
Octal 336 47 171 0 122 55 15 515 111 63
Binary 11011110 100111 1111001 0 1010010 101101 1101 101001101 1001001 110011

Color Harmonies of #DE2779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2779

Black with #DE2779

Text Example


Text Example

White with #DE2779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2779; }

 p { color: rgb(222,39,121); }

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

background-color css

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

 a { background-color: rgb(222,39,121); }

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

border-color css

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

 span { border-color: rgb(222,39,121); }

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