Html Css Color HEX #DD04B4 Hollywood Cerise

📋 copy color: '#DD04B4'

red 221 ◦ green 4 ◦ blue 180

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

Shades of Hollywood Cerise #DD04B4

Tints of Hollywood Cerise #DD04B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.44%

R = 54.57%
G = 0.99%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD04B4 (or 0xDD04B4) is known color: Hollywood Cerise. HEX triplet: DD, 04 and B4. RGB value is (221,4,180). Sum of RGB (Red+Green+Blue) = 221+4+180=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 4 (1.95% from 255 or 0.99% from 405); Blue value is 180 (70.70% from 255 or 44.44% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD04B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD04B4 is #22FB4B. Grayscale: #585858. Windows color (decimal): -2292556 or 11797725. OLE color: 11797725.

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

Color convert

RGB 221 4 180 -
CMYK 0 0.98 0.19 0.13
HSL 311.34º 0.96% 0.44% -
HSV(B) 311.34º 0.98% 0.87% -
XYZ 38.1 18.75 44.79 -
YUV 88.95 179.39 222.19 -
System Red Green Blue C M Y K H S L
Decimal 221 4 180 0 0.98 0.19 0.13 311.34 0.96 0.44
Hex DD 4 B4 0 62 13 D 137 60 2C
Octal 335 4 264 0 142 23 15 467 140 54
Binary 11011101 100 10110100 0 1100010 10011 1101 100110111 1100000 101100

Color Harmonies of #DD04B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD04B4

Black with #DD04B4

Text Example


Text Example

White with #DD04B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD04B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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