Html Css Color HEX #DD03AD Hollywood Cerise

📋 copy color: '#DD03AD'

red 221 ◦ green 3 ◦ blue 173

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

Shades of Hollywood Cerise #DD03AD

Tints of Hollywood Cerise #DD03AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.58%

R = 55.67%
G = 0.76%
B = 43.58%

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

#DD03AD (or 0xDD03AD) is known color: Hollywood Cerise. HEX triplet: DD, 03 and AD. RGB value is (221,3,173). Sum of RGB (Red+Green+Blue) = 221+3+173=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 3 (1.56% from 255 or 0.76% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD03AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD03AD is #22FC52. Grayscale: #575757. Windows color (decimal): -2292819 or 11338717. OLE color: 11338717.

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

Color convert

RGB 221 3 173 -
CMYK 0 0.99 0.22 0.13
HSL 313.21º 0.97% 0.44% -
HSV(B) 313.21º 0.99% 0.87% -
XYZ 37.39 18.45 41.13 -
YUV 87.56 176.22 223.18 -
System Red Green Blue C M Y K H S L
Decimal 221 3 173 0 0.99 0.22 0.13 313.21 0.97 0.44
Hex DD 3 AD 0 63 16 D 139 61 2C
Octal 335 3 255 0 143 26 15 471 141 54
Binary 11011101 11 10101101 0 1100011 10110 1101 100111001 1100001 101100

Color Harmonies of #DD03AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD03AD

Black with #DD03AD

Text Example


Text Example

White with #DD03AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD03AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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