Html Css Color HEX #DD0093 Hollywood Cerise

📋 copy color: '#DD0093'

red 221 ◦ green 0 ◦ blue 147

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

Shades of Hollywood Cerise #DD0093

Tints of Hollywood Cerise #DD0093

RGB

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

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

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

R = 60.05%
G = 0%
B = 39.95%

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

#DD0093 (or 0xDD0093) is known color: Hollywood Cerise. HEX triplet: DD, 00 and 93. RGB value is (221,0,147). Sum of RGB (Red+Green+Blue) = 221+0+147=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 147 (57.81% from 255 or 39.95% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0093 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0093 is #22FF6C. Grayscale: #525252. Windows color (decimal): -2293613 or 9634013. OLE color: 9634013.

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

Color convert

RGB 221 0 147 -
CMYK 0 1 0.33 0.13
HSL 320.09º 1% 0.43% -
HSV(B) 320.09º 1% 0.87% -
XYZ 35.09 17.48 29.13 -
YUV 82.84 164.22 226.55 -
System Red Green Blue C M Y K H S L
Decimal 221 0 147 0 1 0.33 0.13 320.09 1 0.43
Hex DD 0 93 0 64 21 D 140 64 2B
Octal 335 0 223 0 144 41 15 500 144 53
Binary 11011101 0 10010011 0 1100100 100001 1101 101000000 1100100 101011

Color Harmonies of #DD0093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0093

Black with #DD0093

Text Example


Text Example

White with #DD0093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0093; }

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

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

background-color css

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

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

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

border-color css

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

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

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