Html Css Color HEX #DE2086 Deep Cerise

📋 copy color: '#DE2086'

red 222 ◦ green 32 ◦ blue 134

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

Shades of Deep Cerise #DE2086

Tints of Deep Cerise #DE2086

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.25%

 BLUE value IS 134 (52.73% from 255) = 34.54%

R = 57.22%
G = 8.25%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DE2086 (or 0xDE2086) is known color: Deep Cerise. HEX triplet: DE, 20 and 86. RGB value is (222,32,134). Sum of RGB (Red+Green+Blue) = 222+32+134=388 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.22% from 388); Green value is 32 (12.89% from 255 or 8.25% from 388); Blue value is 134 (52.73% from 255 or 34.54% from 388); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2086 is #21DF79. Grayscale: #646464. Windows color (decimal): -2219898 or 8790238. OLE color: 8790238.

HSL color Cylindrical-coordinate representation of color #DE2086: hue angle of 327.79º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE2086 is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 32 134 -
CMYK 0 0.86 0.40 0.13
HSL 327.79º 0.75% 0.5% -
HSV(B) 327.79º 0.86% 0.87% -
XYZ 34.94 18.28 24.24 -
YUV 100.44 146.95 214.71 -
System Red Green Blue C M Y K H S L
Decimal 222 32 134 0 0.86 0.40 0.13 327.79 0.75 0.5
Hex DE 20 86 0 56 28 D 148 4B 32
Octal 336 40 206 0 126 50 15 510 113 62
Binary 11011110 100000 10000110 0 1010110 101000 1101 101001000 1001011 110010

Color Harmonies of #DE2086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2086

Black with #DE2086

Text Example


Text Example

White with #DE2086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2086; }

 p { color: rgb(222,32,134); }

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

background-color css

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

 a { background-color: rgb(222,32,134); }

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

border-color css

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

 span { border-color: rgb(222,32,134); }

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