Html Css Color HEX #DD00A1 Hollywood Cerise

📋 copy color: '#DD00A1'

red 221 ◦ green 0 ◦ blue 161

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

Shades of Hollywood Cerise #DD00A1

Tints of Hollywood Cerise #DD00A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 42.15%

R = 57.85%
G = 0%
B = 42.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DD00A1 (or 0xDD00A1) is known color: Hollywood Cerise. HEX triplet: DD, 00 and A1. RGB value is (221,0,161). Sum of RGB (Red+Green+Blue) = 221+0+161=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 161 (63.28% from 255 or 42.15% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD00A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD00A1 is #22FF5E. Grayscale: #545454. Windows color (decimal): -2293599 or 10551517. OLE color: 10551517.

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

Color convert

RGB 221 0 161 -
CMYK 0 1 0.27 0.13
HSL 316.29º 1% 0.43% -
HSV(B) 316.29º 1% 0.87% -
XYZ 36.25 17.95 35.27 -
YUV 84.43 171.22 225.41 -
System Red Green Blue C M Y K H S L
Decimal 221 0 161 0 1 0.27 0.13 316.29 1 0.43
Hex DD 0 A1 0 64 1B D 13C 64 2B
Octal 335 0 241 0 144 33 15 474 144 53
Binary 11011101 0 10100001 0 1100100 11011 1101 100111100 1100100 101011

Color Harmonies of #DD00A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD00A1

Black with #DD00A1

Text Example


Text Example

White with #DD00A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD00A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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