Html Css Color HEX #DD02B3 Hollywood Cerise

📋 copy color: '#DD02B3'

red 221 ◦ green 2 ◦ blue 179

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

Shades of Hollywood Cerise #DD02B3

Tints of Hollywood Cerise #DD02B3

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.5%

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

R = 54.98%
G = 0.5%
B = 44.53%

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

#DD02B3 (or 0xDD02B3) is known color: Hollywood Cerise. HEX triplet: DD, 02 and B3. RGB value is (221,2,179). Sum of RGB (Red+Green+Blue) = 221+2+179=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 2 (1.17% from 255 or 0.50% from 402); Blue value is 179 (70.31% from 255 or 44.53% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD02B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD02B3 is #22FD4C. Grayscale: #575757. Windows color (decimal): -2293069 or 11731677. OLE color: 11731677.

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

Color convert

RGB 221 2 179 -
CMYK 0 0.99 0.19 0.13
HSL 311.51º 0.98% 0.44% -
HSV(B) 311.51º 0.99% 0.87% -
XYZ 37.98 18.67 44.25 -
YUV 87.66 179.55 223.11 -
System Red Green Blue C M Y K H S L
Decimal 221 2 179 0 0.99 0.19 0.13 311.51 0.98 0.44
Hex DD 2 B3 0 63 13 D 138 62 2C
Octal 335 2 263 0 143 23 15 470 142 54
Binary 11011101 10 10110011 0 1100011 10011 1101 100111000 1100010 101100

Color Harmonies of #DD02B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD02B3

Black with #DD02B3

Text Example


Text Example

White with #DD02B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD02B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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