Html Css Color HEX #DE0094 Hollywood Cerise

📋 copy color: '#DE0094'

red 222 ◦ green 0 ◦ blue 148

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

Shades of Hollywood Cerise #DE0094

Tints of Hollywood Cerise #DE0094

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 148 (58.2% from 255) = 40%

R = 60%
G = 0%
B = 40%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DE0094 (or 0xDE0094) is known color: Hollywood Cerise. HEX triplet: DE, 00 and 94. RGB value is (222,0,148). Sum of RGB (Red+Green+Blue) = 222+0+148=370 (49% of max value = 765). Red value is 222 (87.11% from 255 or 60% from 370); Green value is 0 (0.39% from 255 or 0% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0094 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0094 is #21FF6B. Grayscale: #525252. Windows color (decimal): -2228076 or 9699550. OLE color: 9699550.

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

Color convert

RGB 222 0 148 -
CMYK 0 1 0.33 0.13
HSL 320º 1% 0.44% -
HSV(B) 320º 1% 0.87% -
XYZ 35.47 17.67 29.56 -
YUV 83.25 164.55 226.97 -
System Red Green Blue C M Y K H S L
Decimal 222 0 148 0 1 0.33 0.13 320 1 0.44
Hex DE 0 94 0 64 21 D 140 64 2C
Octal 336 0 224 0 144 41 15 500 144 54
Binary 11011110 0 10010100 0 1100100 100001 1101 101000000 1100100 101100

Color Harmonies of #DE0094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0094

Black with #DE0094

Text Example


Text Example

White with #DE0094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0094; }

 p { color: rgb(222,0,148); }

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

background-color css

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

 a { background-color: rgb(222,0,148); }

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

border-color css

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

 span { border-color: rgb(222,0,148); }

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