Html Css Color HEX #DD04B0 Hollywood Cerise

📋 copy color: '#DD04B0'

red 221 ◦ green 4 ◦ blue 176

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

Shades of Hollywood Cerise #DD04B0

Tints of Hollywood Cerise #DD04B0

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1%

 BLUE value IS 176 (69.14% from 255) = 43.89%

R = 55.11%
G = 1%
B = 43.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD04B0 (or 0xDD04B0) is known color: Hollywood Cerise. HEX triplet: DD, 04 and B0. RGB value is (221,4,176). Sum of RGB (Red+Green+Blue) = 221+4+176=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 4 (1.95% from 255 or 1.00% from 401); Blue value is 176 (69.14% from 255 or 43.89% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD04B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD04B0 is #22FB4F. Grayscale: #585858. Windows color (decimal): -2292560 or 11535581. OLE color: 11535581.

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

Color convert

RGB 221 4 176 -
CMYK 0 0.98 0.20 0.13
HSL 312.44º 0.96% 0.44% -
HSV(B) 312.44º 0.98% 0.87% -
XYZ 37.7 18.59 42.68 -
YUV 88.49 177.39 222.51 -
System Red Green Blue C M Y K H S L
Decimal 221 4 176 0 0.98 0.20 0.13 312.44 0.96 0.44
Hex DD 4 B0 0 62 14 D 138 60 2C
Octal 335 4 260 0 142 24 15 470 140 54
Binary 11011101 100 10110000 0 1100010 10100 1101 100111000 1100000 101100

Color Harmonies of #DD04B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD04B0

Black with #DD04B0

Text Example


Text Example

White with #DD04B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD04B0; }

 p { color: rgb(221,4,176); }

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

background-color css

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

 a { background-color: rgb(221,4,176); }

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

border-color css

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

 span { border-color: rgb(221,4,176); }

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