Html Css Color HEX #DD04AF Hollywood Cerise

📋 copy color: '#DD04AF'

red 221 ◦ green 4 ◦ blue 175

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

Shades of Hollywood Cerise #DD04AF

Tints of Hollywood Cerise #DD04AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.75%

R = 55.25%
G = 1%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD04AF (or 0xDD04AF) is known color: Hollywood Cerise. HEX triplet: DD, 04 and AF. RGB value is (221,4,175). Sum of RGB (Red+Green+Blue) = 221+4+175=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 4 (1.95% from 255 or 1% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD04AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD04AF is #22FB50. Grayscale: #575757. Windows color (decimal): -2292561 or 11470045. OLE color: 11470045.

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

Color convert

RGB 221 4 175 -
CMYK 0 0.98 0.21 0.13
HSL 312.72º 0.96% 0.44% -
HSV(B) 312.72º 0.98% 0.87% -
XYZ 37.6 18.55 42.16 -
YUV 88.38 176.89 222.6 -
System Red Green Blue C M Y K H S L
Decimal 221 4 175 0 0.98 0.21 0.13 312.72 0.96 0.44
Hex DD 4 AF 0 62 15 D 139 60 2C
Octal 335 4 257 0 142 25 15 471 140 54
Binary 11011101 100 10101111 0 1100010 10101 1101 100111001 1100000 101100

Color Harmonies of #DD04AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD04AF

Black with #DD04AF

Text Example


Text Example

White with #DD04AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD04AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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