Html Css Color HEX #DD019B Hollywood Cerise

📋 copy color: '#DD019B'

red 221 ◦ green 1 ◦ blue 155

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

Shades of Hollywood Cerise #DD019B

Tints of Hollywood Cerise #DD019B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 155 (60.94% from 255) = 41.11%

R = 58.62%
G = 0.27%
B = 41.11%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD019B (or 0xDD019B) is known color: Hollywood Cerise. HEX triplet: DD, 01 and 9B. RGB value is (221,1,155). Sum of RGB (Red+Green+Blue) = 221+1+155=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD019B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD019B is #22FE64. Grayscale: #535353. Windows color (decimal): -2293349 or 10158557. OLE color: 10158557.

HSL color Cylindrical-coordinate representation of color #DD019B: hue angle of 318º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD019B is Cyan = 0, Magento = 1.00, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 1 155 -
CMYK 0 1.00 0.30 0.13
HSL 318º 0.99% 0.44% -
HSV(B) 318º 1% 0.87% -
XYZ 35.75 17.76 32.55 -
YUV 84.34 167.89 225.48 -
System Red Green Blue C M Y K H S L
Decimal 221 1 155 0 1.00 0.30 0.13 318 0.99 0.44
Hex DD 1 9B 0 64 1E D 13E 63 2C
Octal 335 1 233 0 144 36 15 476 143 54
Binary 11011101 1 10011011 0 1100100 11110 1101 100111110 1100011 101100

Color Harmonies of #DD019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD019B

Black with #DD019B

Text Example


Text Example

White with #DD019B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD019B; }

 p { color: rgb(221,1,155); }

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

background-color css

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

 a { background-color: rgb(221,1,155); }

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

border-color css

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

 span { border-color: rgb(221,1,155); }

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