Html Css Color HEX #DE2D86 Deep Cerise

📋 copy color: '#DE2D86'

red 222 ◦ green 45 ◦ blue 134

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

Shades of Deep Cerise #DE2D86

Tints of Deep Cerise #DE2D86

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.22%

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

R = 55.36%
G = 11.22%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DE2D86 (or 0xDE2D86) is known color: Deep Cerise. HEX triplet: DE, 2D and 86. RGB value is (222,45,134). Sum of RGB (Red+Green+Blue) = 222+45+134=401 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.36% from 401); Green value is 45 (17.97% from 255 or 11.22% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2D86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2D86 is #21D279. Grayscale: #6B6B6B. Windows color (decimal): -2216570 or 8793566. OLE color: 8793566.

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

Color convert

RGB 222 45 134 -
CMYK 0 0.80 0.40 0.13
HSL 329.83º 0.73% 0.52% -
HSV(B) 329.83º 0.8% 0.87% -
XYZ 35.37 19.13 24.38 -
YUV 108.07 142.64 209.26 -
System Red Green Blue C M Y K H S L
Decimal 222 45 134 0 0.80 0.40 0.13 329.83 0.73 0.52
Hex DE 2D 86 0 50 28 D 14A 49 34
Octal 336 55 206 0 120 50 15 512 111 64
Binary 11011110 101101 10000110 0 1010000 101000 1101 101001010 1001001 110100

Color Harmonies of #DE2D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2D86

Black with #DE2D86

Text Example


Text Example

White with #DE2D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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