Html Css Color HEX #DD0094 Hollywood Cerise

📋 copy color: '#DD0094'

red 221 ◦ green 0 ◦ blue 148

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

Shades of Hollywood Cerise #DD0094

Tints of Hollywood Cerise #DD0094

RGB

 RED value IS 221 (86.72% from 255) = 59.89%

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

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

R = 59.89%
G = 0%
B = 40.11%

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

#DD0094 (or 0xDD0094) is known color: Hollywood Cerise. HEX triplet: DD, 00 and 94. RGB value is (221,0,148). Sum of RGB (Red+Green+Blue) = 221+0+148=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 148 (58.20% from 255 or 40.11% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0094 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0094 is #22FF6B. Grayscale: #525252. Windows color (decimal): -2293612 or 9699549. OLE color: 9699549.

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

Color convert

RGB 221 0 148 -
CMYK 0 1 0.33 0.13
HSL 319.82º 1% 0.43% -
HSV(B) 319.82º 1% 0.87% -
XYZ 35.16 17.51 29.54 -
YUV 82.95 164.72 226.47 -
System Red Green Blue C M Y K H S L
Decimal 221 0 148 0 1 0.33 0.13 319.82 1 0.43
Hex DD 0 94 0 64 21 D 140 64 2B
Octal 335 0 224 0 144 41 15 500 144 53
Binary 11011101 0 10010100 0 1100100 100001 1101 101000000 1100100 101011

Color Harmonies of #DD0094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0094

Black with #DD0094

Text Example


Text Example

White with #DD0094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0094; }

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

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

background-color css

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

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

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

border-color css

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

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

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