Html Css Color HEX #DD0193 Hollywood Cerise

📋 copy color: '#DD0193'

red 221 ◦ green 1 ◦ blue 147

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

Shades of Hollywood Cerise #DD0193

Tints of Hollywood Cerise #DD0193

RGB

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

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

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

R = 59.89%
G = 0.27%
B = 39.84%

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

#DD0193 (or 0xDD0193) is known color: Hollywood Cerise. HEX triplet: DD, 01 and 93. RGB value is (221,1,147). Sum of RGB (Red+Green+Blue) = 221+1+147=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0193 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0193 is #22FE6C. Grayscale: #535353. Windows color (decimal): -2293357 or 9634269. OLE color: 9634269.

HSL color Cylindrical-coordinate representation of color #DD0193: hue angle of 320.18º 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 #DD0193 is Cyan = 0, Magento = 1.00, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 1 147 -
CMYK 0 1.00 0.33 0.13
HSL 320.18º 0.99% 0.44% -
HSV(B) 320.18º 1% 0.87% -
XYZ 35.1 17.5 29.13 -
YUV 83.42 163.89 226.13 -
System Red Green Blue C M Y K H S L
Decimal 221 1 147 0 1.00 0.33 0.13 320.18 0.99 0.44
Hex DD 1 93 0 64 21 D 140 63 2C
Octal 335 1 223 0 144 41 15 500 143 54
Binary 11011101 1 10010011 0 1100100 100001 1101 101000000 1100011 101100

Color Harmonies of #DD0193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0193

Black with #DD0193

Text Example


Text Example

White with #DD0193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0193; }

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

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

background-color css

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

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

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

border-color css

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

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

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