Html Css Color HEX #DD03B3 Hollywood Cerise

📋 copy color: '#DD03B3'

red 221 ◦ green 3 ◦ blue 179

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

Shades of Hollywood Cerise #DD03B3

Tints of Hollywood Cerise #DD03B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 44.42%

R = 54.84%
G = 0.74%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD03B3 (or 0xDD03B3) is known color: Hollywood Cerise. HEX triplet: DD, 03 and B3. RGB value is (221,3,179). Sum of RGB (Red+Green+Blue) = 221+3+179=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 3 (1.56% from 255 or 0.74% from 403); Blue value is 179 (70.31% from 255 or 44.42% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD03B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD03B3 is #22FC4C. Grayscale: #575757. Windows color (decimal): -2292813 or 11731933. OLE color: 11731933.

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

Color convert

RGB 221 3 179 -
CMYK 0 0.99 0.19 0.13
HSL 311.56º 0.97% 0.44% -
HSV(B) 311.56º 0.99% 0.87% -
XYZ 37.99 18.69 44.25 -
YUV 88.25 179.22 222.69 -
System Red Green Blue C M Y K H S L
Decimal 221 3 179 0 0.99 0.19 0.13 311.56 0.97 0.44
Hex DD 3 B3 0 63 13 D 138 61 2C
Octal 335 3 263 0 143 23 15 470 141 54
Binary 11011101 11 10110011 0 1100011 10011 1101 100111000 1100001 101100

Color Harmonies of #DD03B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD03B3

Black with #DD03B3

Text Example


Text Example

White with #DD03B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD03B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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