Html Css Color HEX #DE3581 Deep Cerise

📋 copy color: '#DE3581'

red 222 ◦ green 53 ◦ blue 129

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

Shades of Deep Cerise #DE3581

Tints of Deep Cerise #DE3581

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.12%

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

R = 54.95%
G = 13.12%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DE3581 (or 0xDE3581) is known color: Deep Cerise. HEX triplet: DE, 35 and 81. RGB value is (222,53,129). Sum of RGB (Red+Green+Blue) = 222+53+129=404 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.95% from 404); Green value is 53 (21.09% from 255 or 13.12% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3581 is #21CA7E. Grayscale: #707070. Windows color (decimal): -2214527 or 8467934. OLE color: 8467934.

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

Color convert

RGB 222 53 129 -
CMYK 0 0.76 0.42 0.13
HSL 333.02º 0.72% 0.54% -
HSV(B) 333.02º 0.76% 0.87% -
XYZ 35.36 19.66 22.7 -
YUV 112.2 137.49 206.32 -
System Red Green Blue C M Y K H S L
Decimal 222 53 129 0 0.76 0.42 0.13 333.02 0.72 0.54
Hex DE 35 81 0 4C 2A D 14D 48 36
Octal 336 65 201 0 114 52 15 515 110 66
Binary 11011110 110101 10000001 0 1001100 101010 1101 101001101 1001000 110110

Color Harmonies of #DE3581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3581

Black with #DE3581

Text Example


Text Example

White with #DE3581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3581; }

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

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

background-color css

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

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

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

border-color css

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

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

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