Html Css Color HEX #DD01AC Hollywood Cerise

📋 copy color: '#DD01AC'

red 221 ◦ green 1 ◦ blue 172

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

Shades of Hollywood Cerise #DD01AC

Tints of Hollywood Cerise #DD01AC

RGB

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

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

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

R = 56.09%
G = 0.25%
B = 43.65%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD01AC (or 0xDD01AC) is known color: Hollywood Cerise. HEX triplet: DD, 01 and AC. RGB value is (221,1,172). Sum of RGB (Red+Green+Blue) = 221+1+172=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 1 (0.78% from 255 or 0.25% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD01AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD01AC is #22FE53. Grayscale: #555555. Windows color (decimal): -2293332 or 11272669. OLE color: 11272669.

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

Color convert

RGB 221 1 172 -
CMYK 0 1.00 0.22 0.13
HSL 313.36º 0.99% 0.44% -
HSV(B) 313.36º 1% 0.87% -
XYZ 37.28 18.37 40.61 -
YUV 86.27 176.39 224.1 -
System Red Green Blue C M Y K H S L
Decimal 221 1 172 0 1.00 0.22 0.13 313.36 0.99 0.44
Hex DD 1 AC 0 64 16 D 139 63 2C
Octal 335 1 254 0 144 26 15 471 143 54
Binary 11011101 1 10101100 0 1100100 10110 1101 100111001 1100011 101100

Color Harmonies of #DD01AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD01AC

Black with #DD01AC

Text Example


Text Example

White with #DD01AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD01AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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