Html Css Color HEX #DD0194 Hollywood Cerise

📋 copy color: '#DD0194'

red 221 ◦ green 1 ◦ blue 148

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

Shades of Hollywood Cerise #DD0194

Tints of Hollywood Cerise #DD0194

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 59.73%
G = 0.27%
B = 40%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD0194 (or 0xDD0194) is known color: Hollywood Cerise. HEX triplet: DD, 01 and 94. RGB value is (221,1,148). Sum of RGB (Red+Green+Blue) = 221+1+148=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0194 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0194 is #22FE6B. Grayscale: #535353. Windows color (decimal): -2293356 or 9699805. OLE color: 9699805.

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

Color convert

RGB 221 1 148 -
CMYK 0 1.00 0.33 0.13
HSL 319.91º 0.99% 0.44% -
HSV(B) 319.91º 1% 0.87% -
XYZ 35.17 17.53 29.55 -
YUV 83.54 164.39 226.05 -
System Red Green Blue C M Y K H S L
Decimal 221 1 148 0 1.00 0.33 0.13 319.91 0.99 0.44
Hex DD 1 94 0 64 21 D 140 63 2C
Octal 335 1 224 0 144 41 15 500 143 54
Binary 11011101 1 10010100 0 1100100 100001 1101 101000000 1100011 101100

Color Harmonies of #DD0194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0194

Black with #DD0194

Text Example


Text Example

White with #DD0194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0194; }

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

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

background-color css

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

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

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

border-color css

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

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

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