Html Css Color HEX #DD019D Hollywood Cerise

📋 copy color: '#DD019D'

red 221 ◦ green 1 ◦ blue 157

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

Shades of Hollywood Cerise #DD019D

Tints of Hollywood Cerise #DD019D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.42%

R = 58.31%
G = 0.26%
B = 41.42%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD019D (or 0xDD019D) is known color: Hollywood Cerise. HEX triplet: DD, 01 and 9D. RGB value is (221,1,157). Sum of RGB (Red+Green+Blue) = 221+1+157=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 1 (0.78% from 255 or 0.26% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD019D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD019D is #22FE62. Grayscale: #545454. Windows color (decimal): -2293347 or 10289629. OLE color: 10289629.

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

Color convert

RGB 221 1 157 -
CMYK 0 1.00 0.29 0.13
HSL 317.45º 0.99% 0.44% -
HSV(B) 317.45º 1% 0.87% -
XYZ 35.92 17.83 33.45 -
YUV 84.56 168.89 225.32 -
System Red Green Blue C M Y K H S L
Decimal 221 1 157 0 1.00 0.29 0.13 317.45 0.99 0.44
Hex DD 1 9D 0 64 1D D 13D 63 2C
Octal 335 1 235 0 144 35 15 475 143 54
Binary 11011101 1 10011101 0 1100100 11101 1101 100111101 1100011 101100

Color Harmonies of #DD019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD019D

Black with #DD019D

Text Example


Text Example

White with #DD019D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD019D; }

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

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

background-color css

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

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

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

border-color css

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

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

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