Html Css Color HEX #DE2680 Deep Cerise

📋 copy color: '#DE2680'

red 222 ◦ green 38 ◦ blue 128

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

Shades of Deep Cerise #DE2680

Tints of Deep Cerise #DE2680

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.79%

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

R = 57.22%
G = 9.79%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DE2680 (or 0xDE2680) is known color: Deep Cerise. HEX triplet: DE, 26 and 80. RGB value is (222,38,128). Sum of RGB (Red+Green+Blue) = 222+38+128=388 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.22% from 388); Green value is 38 (15.23% from 255 or 9.79% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2680 is #21D97F. Grayscale: #676767. Windows color (decimal): -2218368 or 8398558. OLE color: 8398558.

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

Color convert

RGB 222 38 128 -
CMYK 0 0.83 0.42 0.13
HSL 330.65º 0.74% 0.51% -
HSV(B) 330.65º 0.83% 0.87% -
XYZ 34.71 18.47 22.16 -
YUV 103.28 141.96 212.68 -
System Red Green Blue C M Y K H S L
Decimal 222 38 128 0 0.83 0.42 0.13 330.65 0.74 0.51
Hex DE 26 80 0 53 2A D 14B 4A 33
Octal 336 46 200 0 123 52 15 513 112 63
Binary 11011110 100110 10000000 0 1010011 101010 1101 101001011 1001010 110011

Color Harmonies of #DE2680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2680

Black with #DE2680

Text Example


Text Example

White with #DE2680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2680; }

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

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

background-color css

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

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

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

border-color css

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

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

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