Html Css Color HEX #DE0391 Hollywood Cerise

📋 copy color: '#DE0391'

red 222 ◦ green 3 ◦ blue 145

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

Shades of Hollywood Cerise #DE0391

Tints of Hollywood Cerise #DE0391

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.81%

 BLUE value IS 145 (57.03% from 255) = 39.19%

R = 60%
G = 0.81%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DE0391 (or 0xDE0391) is known color: Hollywood Cerise. HEX triplet: DE, 03 and 91. RGB value is (222,3,145). Sum of RGB (Red+Green+Blue) = 222+3+145=370 (49% of max value = 765). Red value is 222 (87.11% from 255 or 60% from 370); Green value is 3 (1.56% from 255 or 0.81% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0391 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0391 is #21FC6E. Grayscale: #545454. Windows color (decimal): -2227311 or 9503710. OLE color: 9503710.

HSL color Cylindrical-coordinate representation of color #DE0391: hue angle of 321.1º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DE0391 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 3 145 -
CMYK 0 0.99 0.35 0.13
HSL 321.1º 0.97% 0.44% -
HSV(B) 321.1º 0.99% 0.87% -
XYZ 35.27 17.64 28.33 -
YUV 84.67 162.05 225.95 -
System Red Green Blue C M Y K H S L
Decimal 222 3 145 0 0.99 0.35 0.13 321.1 0.97 0.44
Hex DE 3 91 0 63 23 D 141 61 2C
Octal 336 3 221 0 143 43 15 501 141 54
Binary 11011110 11 10010001 0 1100011 100011 1101 101000001 1100001 101100

Color Harmonies of #DE0391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0391

Black with #DE0391

Text Example


Text Example

White with #DE0391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0391; }

 p { color: rgb(222,3,145); }

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

background-color css

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

 a { background-color: rgb(222,3,145); }

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

border-color css

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

 span { border-color: rgb(222,3,145); }

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