Html Css Color HEX #DE1D86 Deep Cerise

📋 copy color: '#DE1D86'

red 222 ◦ green 29 ◦ blue 134

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

Shades of Deep Cerise #DE1D86

Tints of Deep Cerise #DE1D86

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.53%

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

R = 57.66%
G = 7.53%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DE1D86 (or 0xDE1D86) is known color: Deep Cerise. HEX triplet: DE, 1D and 86. RGB value is (222,29,134). Sum of RGB (Red+Green+Blue) = 222+29+134=385 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.66% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1D86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE1D86 is #21E279. Grayscale: #626262. Windows color (decimal): -2220666 or 8789470. OLE color: 8789470.

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

Color convert

RGB 222 29 134 -
CMYK 0 0.87 0.40 0.13
HSL 327.36º 0.77% 0.49% -
HSV(B) 327.36º 0.87% 0.87% -
XYZ 34.87 18.13 24.22 -
YUV 98.68 147.94 215.96 -
System Red Green Blue C M Y K H S L
Decimal 222 29 134 0 0.87 0.40 0.13 327.36 0.77 0.49
Hex DE 1D 86 0 57 28 D 147 4D 31
Octal 336 35 206 0 127 50 15 507 115 61
Binary 11011110 11101 10000110 0 1010111 101000 1101 101000111 1001101 110001

Color Harmonies of #DE1D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1D86

Black with #DE1D86

Text Example


Text Example

White with #DE1D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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