Html Css Color HEX #DE3986 Deep Cerise

📋 copy color: '#DE3986'

red 222 ◦ green 57 ◦ blue 134

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

Shades of Deep Cerise #DE3986

Tints of Deep Cerise #DE3986

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.8%

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

R = 53.75%
G = 13.8%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DE3986 (or 0xDE3986) is known color: Deep Cerise. HEX triplet: DE, 39 and 86. RGB value is (222,57,134). Sum of RGB (Red+Green+Blue) = 222+57+134=413 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.75% from 413); Green value is 57 (22.66% from 255 or 13.80% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3986 is #21C679. Grayscale: #727272. Windows color (decimal): -2213498 or 8796638. OLE color: 8796638.

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

Color convert

RGB 222 57 134 -
CMYK 0 0.74 0.40 0.13
HSL 332º 0.71% 0.55% -
HSV(B) 332º 0.74% 0.87% -
XYZ 35.89 20.18 24.56 -
YUV 115.11 138.66 204.24 -
System Red Green Blue C M Y K H S L
Decimal 222 57 134 0 0.74 0.40 0.13 332 0.71 0.55
Hex DE 39 86 0 4A 28 D 14C 47 37
Octal 336 71 206 0 112 50 15 514 107 67
Binary 11011110 111001 10000110 0 1001010 101000 1101 101001100 1000111 110111

Color Harmonies of #DE3986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3986

Black with #DE3986

Text Example


Text Example

White with #DE3986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3986; }

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

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

background-color css

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

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

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

border-color css

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

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

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