Html Css Color HEX #DD03AC Hollywood Cerise

📋 copy color: '#DD03AC'

red 221 ◦ green 3 ◦ blue 172

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

Shades of Hollywood Cerise #DD03AC

Tints of Hollywood Cerise #DD03AC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.76%

 BLUE value IS 172 (67.58% from 255) = 43.43%

R = 55.81%
G = 0.76%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD03AC (or 0xDD03AC) is known color: Hollywood Cerise. HEX triplet: DD, 03 and AC. RGB value is (221,3,172). Sum of RGB (Red+Green+Blue) = 221+3+172=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 3 (1.56% from 255 or 0.76% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD03AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD03AC is #22FC53. Grayscale: #565656. Windows color (decimal): -2292820 or 11273181. OLE color: 11273181.

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

Color convert

RGB 221 3 172 -
CMYK 0 0.99 0.22 0.13
HSL 313.49º 0.97% 0.44% -
HSV(B) 313.49º 0.99% 0.87% -
XYZ 37.3 18.42 40.62 -
YUV 87.45 175.72 223.26 -
System Red Green Blue C M Y K H S L
Decimal 221 3 172 0 0.99 0.22 0.13 313.49 0.97 0.44
Hex DD 3 AC 0 63 16 D 139 61 2C
Octal 335 3 254 0 143 26 15 471 141 54
Binary 11011101 11 10101100 0 1100011 10110 1101 100111001 1100001 101100

Color Harmonies of #DD03AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD03AC

Black with #DD03AC

Text Example


Text Example

White with #DD03AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD03AC; }

 p { color: rgb(221,3,172); }

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

background-color css

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

 a { background-color: rgb(221,3,172); }

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

border-color css

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

 span { border-color: rgb(221,3,172); }

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