Html Css Color HEX #DD03B2 Hollywood Cerise

📋 copy color: '#DD03B2'

red 221 ◦ green 3 ◦ blue 178

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

Shades of Hollywood Cerise #DD03B2

Tints of Hollywood Cerise #DD03B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.28%

R = 54.98%
G = 0.75%
B = 44.28%

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

#DD03B2 (or 0xDD03B2) is known color: Hollywood Cerise. HEX triplet: DD, 03 and B2. RGB value is (221,3,178). Sum of RGB (Red+Green+Blue) = 221+3+178=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 3 (1.56% from 255 or 0.75% from 402); Blue value is 178 (69.92% from 255 or 44.28% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD03B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD03B2 is #22FC4D. Grayscale: #575757. Windows color (decimal): -2292814 or 11666397. OLE color: 11666397.

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

Color convert

RGB 221 3 178 -
CMYK 0 0.99 0.19 0.13
HSL 311.83º 0.97% 0.44% -
HSV(B) 311.83º 0.99% 0.87% -
XYZ 37.89 18.65 43.72 -
YUV 88.13 178.72 222.77 -
System Red Green Blue C M Y K H S L
Decimal 221 3 178 0 0.99 0.19 0.13 311.83 0.97 0.44
Hex DD 3 B2 0 63 13 D 138 61 2C
Octal 335 3 262 0 143 23 15 470 141 54
Binary 11011101 11 10110010 0 1100011 10011 1101 100111000 1100001 101100

Color Harmonies of #DD03B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD03B2

Black with #DD03B2

Text Example


Text Example

White with #DD03B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD03B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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