Html Css Color HEX #DD00AC Hollywood Cerise

📋 copy color: '#DD00AC'

red 221 ◦ green 0 ◦ blue 172

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

Shades of Hollywood Cerise #DD00AC

Tints of Hollywood Cerise #DD00AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.77%

R = 56.23%
G = 0%
B = 43.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD00AC (or 0xDD00AC) is known color: Hollywood Cerise. HEX triplet: DD, 00 and AC. RGB value is (221,0,172). Sum of RGB (Red+Green+Blue) = 221+0+172=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD00AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD00AC is #22FF53. Grayscale: #555555. Windows color (decimal): -2293588 or 11272413. OLE color: 11272413.

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

Color convert

RGB 221 0 172 -
CMYK 0 1 0.22 0.13
HSL 313.3º 1% 0.43% -
HSV(B) 313.3º 1% 0.87% -
XYZ 37.27 18.35 40.61 -
YUV 85.69 176.72 224.51 -
System Red Green Blue C M Y K H S L
Decimal 221 0 172 0 1 0.22 0.13 313.3 1 0.43
Hex DD 0 AC 0 64 16 D 139 64 2B
Octal 335 0 254 0 144 26 15 471 144 53
Binary 11011101 0 10101100 0 1100100 10110 1101 100111001 1100100 101011

Color Harmonies of #DD00AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD00AC

Black with #DD00AC

Text Example


Text Example

White with #DD00AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD00AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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