Html Css Color HEX #DD01A2 Hollywood Cerise

📋 copy color: '#DD01A2'

red 221 ◦ green 1 ◦ blue 162

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

Shades of Hollywood Cerise #DD01A2

Tints of Hollywood Cerise #DD01A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 42.19%

R = 57.55%
G = 0.26%
B = 42.19%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DD01A2 (or 0xDD01A2) is known color: Hollywood Cerise. HEX triplet: DD, 01 and A2. RGB value is (221,1,162). Sum of RGB (Red+Green+Blue) = 221+1+162=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 162 (63.67% from 255 or 42.19% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD01A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD01A2 is #22FE5D. Grayscale: #545454. Windows color (decimal): -2293342 or 10617309. OLE color: 10617309.

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

Color convert

RGB 221 1 162 -
CMYK 0 1.00 0.27 0.13
HSL 316.09º 0.99% 0.44% -
HSV(B) 316.09º 1% 0.87% -
XYZ 36.35 18 35.74 -
YUV 85.13 171.39 224.91 -
System Red Green Blue C M Y K H S L
Decimal 221 1 162 0 1.00 0.27 0.13 316.09 0.99 0.44
Hex DD 1 A2 0 64 1B D 13C 63 2C
Octal 335 1 242 0 144 33 15 474 143 54
Binary 11011101 1 10100010 0 1100100 11011 1101 100111100 1100011 101100

Color Harmonies of #DD01A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD01A2

Black with #DD01A2

Text Example


Text Example

White with #DD01A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD01A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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