Html Css Color HEX #DE3481 Deep Cerise

📋 copy color: '#DE3481'

red 222 ◦ green 52 ◦ blue 129

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

Shades of Deep Cerise #DE3481

Tints of Deep Cerise #DE3481

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.9%

 BLUE value IS 129 (50.78% from 255) = 32.01%

R = 55.09%
G = 12.9%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DE3481 (or 0xDE3481) is known color: Deep Cerise. HEX triplet: DE, 34 and 81. RGB value is (222,52,129). Sum of RGB (Red+Green+Blue) = 222+52+129=403 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.09% from 403); Green value is 52 (20.70% from 255 or 12.90% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3481 is #21CB7E. Grayscale: #6F6F6F. Windows color (decimal): -2214783 or 8467678. OLE color: 8467678.

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

Color convert

RGB 222 52 129 -
CMYK 0 0.77 0.42 0.13
HSL 332.82º 0.72% 0.54% -
HSV(B) 332.82º 0.77% 0.87% -
XYZ 35.31 19.57 22.69 -
YUV 111.61 137.82 206.74 -
System Red Green Blue C M Y K H S L
Decimal 222 52 129 0 0.77 0.42 0.13 332.82 0.72 0.54
Hex DE 34 81 0 4D 2A D 14D 48 36
Octal 336 64 201 0 115 52 15 515 110 66
Binary 11011110 110100 10000001 0 1001101 101010 1101 101001101 1001000 110110

Color Harmonies of #DE3481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3481

Black with #DE3481

Text Example


Text Example

White with #DE3481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3481; }

 p { color: rgb(222,52,129); }

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

background-color css

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

 a { background-color: rgb(222,52,129); }

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

border-color css

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

 span { border-color: rgb(222,52,129); }

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