Html Css Color HEX #DD03B0 Hollywood Cerise

📋 copy color: '#DD03B0'

red 221 ◦ green 3 ◦ blue 176

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

Shades of Hollywood Cerise #DD03B0

Tints of Hollywood Cerise #DD03B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 44%

R = 55.25%
G = 0.75%
B = 44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD03B0 (or 0xDD03B0) is known color: Hollywood Cerise. HEX triplet: DD, 03 and B0. RGB value is (221,3,176). Sum of RGB (Red+Green+Blue) = 221+3+176=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 3 (1.56% from 255 or 0.75% from 400); Blue value is 176 (69.14% from 255 or 44% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD03B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD03B0 is #22FC4F. Grayscale: #575757. Windows color (decimal): -2292816 or 11535325. OLE color: 11535325.

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

Color convert

RGB 221 3 176 -
CMYK 0 0.99 0.20 0.13
HSL 312.39º 0.97% 0.44% -
HSV(B) 312.39º 0.99% 0.87% -
XYZ 37.69 18.57 42.67 -
YUV 87.9 177.72 222.93 -
System Red Green Blue C M Y K H S L
Decimal 221 3 176 0 0.99 0.20 0.13 312.39 0.97 0.44
Hex DD 3 B0 0 63 14 D 138 61 2C
Octal 335 3 260 0 143 24 15 470 141 54
Binary 11011101 11 10110000 0 1100011 10100 1101 100111000 1100001 101100

Color Harmonies of #DD03B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD03B0

Black with #DD03B0

Text Example


Text Example

White with #DD03B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD03B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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