Html Css Color HEX #DD01AB Hollywood Cerise

📋 copy color: '#DD01AB'

red 221 ◦ green 1 ◦ blue 171

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

Shades of Hollywood Cerise #DD01AB

Tints of Hollywood Cerise #DD01AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.51%

R = 56.23%
G = 0.25%
B = 43.51%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD01AB (or 0xDD01AB) is known color: Hollywood Cerise. HEX triplet: DD, 01 and AB. RGB value is (221,1,171). Sum of RGB (Red+Green+Blue) = 221+1+171=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 1 (0.78% from 255 or 0.25% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD01AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD01AB is #22FE54. Grayscale: #555555. Windows color (decimal): -2293333 or 11207133. OLE color: 11207133.

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

Color convert

RGB 221 1 171 -
CMYK 0 1.00 0.23 0.13
HSL 313.64º 0.99% 0.44% -
HSV(B) 313.64º 1% 0.87% -
XYZ 37.18 18.33 40.11 -
YUV 86.16 175.89 224.18 -
System Red Green Blue C M Y K H S L
Decimal 221 1 171 0 1.00 0.23 0.13 313.64 0.99 0.44
Hex DD 1 AB 0 64 17 D 13A 63 2C
Octal 335 1 253 0 144 27 15 472 143 54
Binary 11011101 1 10101011 0 1100100 10111 1101 100111010 1100011 101100

Color Harmonies of #DD01AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD01AB

Black with #DD01AB

Text Example


Text Example

White with #DD01AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD01AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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