Html Css Color HEX #DD03AF Hollywood Cerise

📋 copy color: '#DD03AF'

red 221 ◦ green 3 ◦ blue 175

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

Shades of Hollywood Cerise #DD03AF

Tints of Hollywood Cerise #DD03AF

RGB

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

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

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

R = 55.39%
G = 0.75%
B = 43.86%

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

#DD03AF (or 0xDD03AF) is known color: Hollywood Cerise. HEX triplet: DD, 03 and AF. RGB value is (221,3,175). Sum of RGB (Red+Green+Blue) = 221+3+175=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 3 (1.56% from 255 or 0.75% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD03AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD03AF is #22FC50. Grayscale: #575757. Windows color (decimal): -2292817 or 11469789. OLE color: 11469789.

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

Color convert

RGB 221 3 175 -
CMYK 0 0.99 0.21 0.13
HSL 312.66º 0.97% 0.44% -
HSV(B) 312.66º 0.99% 0.87% -
XYZ 37.59 18.53 42.15 -
YUV 87.79 177.22 223.01 -
System Red Green Blue C M Y K H S L
Decimal 221 3 175 0 0.99 0.21 0.13 312.66 0.97 0.44
Hex DD 3 AF 0 63 15 D 139 61 2C
Octal 335 3 257 0 143 25 15 471 141 54
Binary 11011101 11 10101111 0 1100011 10101 1101 100111001 1100001 101100

Color Harmonies of #DD03AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD03AF

Black with #DD03AF

Text Example


Text Example

White with #DD03AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD03AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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