Html Css Color HEX #DE0493 Hollywood Cerise

📋 copy color: '#DE0493'

red 222 ◦ green 4 ◦ blue 147

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

Shades of Hollywood Cerise #DE0493

Tints of Hollywood Cerise #DE0493

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.07%

 BLUE value IS 147 (57.81% from 255) = 39.41%

R = 59.52%
G = 1.07%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DE0493 (or 0xDE0493) is known color: Hollywood Cerise. HEX triplet: DE, 04 and 93. RGB value is (222,4,147). Sum of RGB (Red+Green+Blue) = 222+4+147=373 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.52% from 373); Green value is 4 (1.95% from 255 or 1.07% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0493 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0493 is #21FB6C. Grayscale: #555555. Windows color (decimal): -2227053 or 9635038. OLE color: 9635038.

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

Color convert

RGB 222 4 147 -
CMYK 0 0.98 0.34 0.13
HSL 320.64º 0.96% 0.44% -
HSV(B) 320.64º 0.98% 0.87% -
XYZ 35.43 17.72 29.16 -
YUV 85.48 162.72 225.37 -
System Red Green Blue C M Y K H S L
Decimal 222 4 147 0 0.98 0.34 0.13 320.64 0.96 0.44
Hex DE 4 93 0 62 22 D 141 60 2C
Octal 336 4 223 0 142 42 15 501 140 54
Binary 11011110 100 10010011 0 1100010 100010 1101 101000001 1100000 101100

Color Harmonies of #DE0493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0493

Black with #DE0493

Text Example


Text Example

White with #DE0493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0493; }

 p { color: rgb(222,4,147); }

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

background-color css

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

 a { background-color: rgb(222,4,147); }

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

border-color css

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

 span { border-color: rgb(222,4,147); }

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