Html Css Color HEX #DD009A Hollywood Cerise

📋 copy color: '#DD009A'

red 221 ◦ green 0 ◦ blue 154

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

Shades of Hollywood Cerise #DD009A

Tints of Hollywood Cerise #DD009A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 154 (60.55% from 255) = 41.07%

R = 58.93%
G = 0%
B = 41.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD009A (or 0xDD009A) is known color: Hollywood Cerise. HEX triplet: DD, 00 and 9A. RGB value is (221,0,154). Sum of RGB (Red+Green+Blue) = 221+0+154=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD009A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD009A is #22FF65. Grayscale: #535353. Windows color (decimal): -2293606 or 10092765. OLE color: 10092765.

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

Color convert

RGB 221 0 154 -
CMYK 0 1 0.30 0.13
HSL 318.19º 1% 0.43% -
HSV(B) 318.19º 1% 0.87% -
XYZ 35.65 17.71 32.11 -
YUV 83.64 167.72 225.98 -
System Red Green Blue C M Y K H S L
Decimal 221 0 154 0 1 0.30 0.13 318.19 1 0.43
Hex DD 0 9A 0 64 1E D 13E 64 2B
Octal 335 0 232 0 144 36 15 476 144 53
Binary 11011101 0 10011010 0 1100100 11110 1101 100111110 1100100 101011

Color Harmonies of #DD009A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD009A

Black with #DD009A

Text Example


Text Example

White with #DD009A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD009A; }

 p { color: rgb(221,0,154); }

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

background-color css

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

 a { background-color: rgb(221,0,154); }

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

border-color css

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

 span { border-color: rgb(221,0,154); }

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