Html Css Color HEX #DD03AE Hollywood Cerise

📋 copy color: '#DD03AE'

red 221 ◦ green 3 ◦ blue 174

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

Shades of Hollywood Cerise #DD03AE

Tints of Hollywood Cerise #DD03AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.72%

R = 55.53%
G = 0.75%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD03AE (or 0xDD03AE) is known color: Hollywood Cerise. HEX triplet: DD, 03 and AE. RGB value is (221,3,174). Sum of RGB (Red+Green+Blue) = 221+3+174=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 3 (1.56% from 255 or 0.75% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD03AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD03AE is #22FC51. Grayscale: #575757. Windows color (decimal): -2292818 or 11404253. OLE color: 11404253.

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

Color convert

RGB 221 3 174 -
CMYK 0 0.99 0.21 0.13
HSL 312.94º 0.97% 0.44% -
HSV(B) 312.94º 0.99% 0.87% -
XYZ 37.49 18.49 41.64 -
YUV 87.68 176.72 223.1 -
System Red Green Blue C M Y K H S L
Decimal 221 3 174 0 0.99 0.21 0.13 312.94 0.97 0.44
Hex DD 3 AE 0 63 15 D 139 61 2C
Octal 335 3 256 0 143 25 15 471 141 54
Binary 11011101 11 10101110 0 1100011 10101 1101 100111001 1100001 101100

Color Harmonies of #DD03AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD03AE

Black with #DD03AE

Text Example


Text Example

White with #DD03AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD03AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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