Html Css Color HEX #DD02B1 Hollywood Cerise

📋 copy color: '#DD02B1'

red 221 ◦ green 2 ◦ blue 177

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

Shades of Hollywood Cerise #DD02B1

Tints of Hollywood Cerise #DD02B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 44.25%

R = 55.25%
G = 0.5%
B = 44.25%

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

#DD02B1 (or 0xDD02B1) is known color: Hollywood Cerise. HEX triplet: DD, 02 and B1. RGB value is (221,2,177). Sum of RGB (Red+Green+Blue) = 221+2+177=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 2 (1.17% from 255 or 0.5% from 400); Blue value is 177 (69.53% from 255 or 44.25% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD02B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD02B1 is #22FD4E. Grayscale: #565656. Windows color (decimal): -2293071 or 11600605. OLE color: 11600605.

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

Color convert

RGB 221 2 177 -
CMYK 0 0.99 0.20 0.13
HSL 312.05º 0.98% 0.44% -
HSV(B) 312.05º 0.99% 0.87% -
XYZ 37.78 18.59 43.19 -
YUV 87.43 178.55 223.27 -
System Red Green Blue C M Y K H S L
Decimal 221 2 177 0 0.99 0.20 0.13 312.05 0.98 0.44
Hex DD 2 B1 0 63 14 D 138 62 2C
Octal 335 2 261 0 143 24 15 470 142 54
Binary 11011101 10 10110001 0 1100011 10100 1101 100111000 1100010 101100

Color Harmonies of #DD02B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD02B1

Black with #DD02B1

Text Example


Text Example

White with #DD02B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD02B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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