Html Css Color HEX #DE2986 Deep Cerise

📋 copy color: '#DE2986'

red 222 ◦ green 41 ◦ blue 134

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

Shades of Deep Cerise #DE2986

Tints of Deep Cerise #DE2986

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.33%

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

R = 55.92%
G = 10.33%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DE2986 (or 0xDE2986) is known color: Deep Cerise. HEX triplet: DE, 29 and 86. RGB value is (222,41,134). Sum of RGB (Red+Green+Blue) = 222+41+134=397 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.92% from 397); Green value is 41 (16.41% from 255 or 10.33% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2986 is #21D679. Grayscale: #696969. Windows color (decimal): -2217594 or 8792542. OLE color: 8792542.

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

Color convert

RGB 222 41 134 -
CMYK 0 0.82 0.40 0.13
HSL 329.17º 0.73% 0.52% -
HSV(B) 329.17º 0.82% 0.87% -
XYZ 35.22 18.84 24.33 -
YUV 105.72 143.97 210.94 -
System Red Green Blue C M Y K H S L
Decimal 222 41 134 0 0.82 0.40 0.13 329.17 0.73 0.52
Hex DE 29 86 0 52 28 D 149 49 34
Octal 336 51 206 0 122 50 15 511 111 64
Binary 11011110 101001 10000110 0 1010010 101000 1101 101001001 1001001 110100

Color Harmonies of #DE2986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2986

Black with #DE2986

Text Example


Text Example

White with #DE2986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2986; }

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

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

background-color css

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

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

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

border-color css

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

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

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