Html Css Color HEX #DD01AE Hollywood Cerise

📋 copy color: '#DD01AE'

red 221 ◦ green 1 ◦ blue 174

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

Shades of Hollywood Cerise #DD01AE

Tints of Hollywood Cerise #DD01AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.94%

R = 55.81%
G = 0.25%
B = 43.94%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD01AE (or 0xDD01AE) is known color: Hollywood Cerise. HEX triplet: DD, 01 and AE. RGB value is (221,1,174). Sum of RGB (Red+Green+Blue) = 221+1+174=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 1 (0.78% from 255 or 0.25% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD01AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD01AE is #22FE51. Grayscale: #565656. Windows color (decimal): -2293330 or 11403741. OLE color: 11403741.

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

Color convert

RGB 221 1 174 -
CMYK 0 1.00 0.21 0.13
HSL 312.82º 0.99% 0.44% -
HSV(B) 312.82º 1% 0.87% -
XYZ 37.47 18.45 41.63 -
YUV 86.5 177.39 223.93 -
System Red Green Blue C M Y K H S L
Decimal 221 1 174 0 1.00 0.21 0.13 312.82 0.99 0.44
Hex DD 1 AE 0 64 15 D 139 63 2C
Octal 335 1 256 0 144 25 15 471 143 54
Binary 11011101 1 10101110 0 1100100 10101 1101 100111001 1100011 101100

Color Harmonies of #DD01AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD01AE

Black with #DD01AE

Text Example


Text Example

White with #DD01AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD01AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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