Html Css Color HEX #DD01A4 Hollywood Cerise

📋 copy color: '#DD01A4'

red 221 ◦ green 1 ◦ blue 164

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

Shades of Hollywood Cerise #DD01A4

Tints of Hollywood Cerise #DD01A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 42.49%

R = 57.25%
G = 0.26%
B = 42.49%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DD01A4 (or 0xDD01A4) is known color: Hollywood Cerise. HEX triplet: DD, 01 and A4. RGB value is (221,1,164). Sum of RGB (Red+Green+Blue) = 221+1+164=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 1 (0.78% from 255 or 0.26% from 386); Blue value is 164 (64.45% from 255 or 42.49% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD01A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD01A4 is #22FE5B. Grayscale: #545454. Windows color (decimal): -2293340 or 10748381. OLE color: 10748381.

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

Color convert

RGB 221 1 164 -
CMYK 0 1.00 0.26 0.13
HSL 315.55º 0.99% 0.44% -
HSV(B) 315.55º 1% 0.87% -
XYZ 36.53 18.07 36.69 -
YUV 85.36 172.39 224.75 -
System Red Green Blue C M Y K H S L
Decimal 221 1 164 0 1.00 0.26 0.13 315.55 0.99 0.44
Hex DD 1 A4 0 64 1A D 13C 63 2C
Octal 335 1 244 0 144 32 15 474 143 54
Binary 11011101 1 10100100 0 1100100 11010 1101 100111100 1100011 101100

Color Harmonies of #DD01A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD01A4

Black with #DD01A4

Text Example


Text Example

White with #DD01A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD01A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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