Html Css Color HEX #DD01AF Hollywood Cerise

📋 copy color: '#DD01AF'

red 221 ◦ green 1 ◦ blue 175

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

Shades of Hollywood Cerise #DD01AF

Tints of Hollywood Cerise #DD01AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.08%

R = 55.67%
G = 0.25%
B = 44.08%

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

#DD01AF (or 0xDD01AF) is known color: Hollywood Cerise. HEX triplet: DD, 01 and AF. RGB value is (221,1,175). Sum of RGB (Red+Green+Blue) = 221+1+175=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 1 (0.78% from 255 or 0.25% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD01AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD01AF is #22FE50. Grayscale: #565656. Windows color (decimal): -2293329 or 11469277. OLE color: 11469277.

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

Color convert

RGB 221 1 175 -
CMYK 0 1.00 0.21 0.13
HSL 312.55º 0.99% 0.44% -
HSV(B) 312.55º 1% 0.87% -
XYZ 37.57 18.49 42.15 -
YUV 86.62 177.89 223.85 -
System Red Green Blue C M Y K H S L
Decimal 221 1 175 0 1.00 0.21 0.13 312.55 0.99 0.44
Hex DD 1 AF 0 64 15 D 139 63 2C
Octal 335 1 257 0 144 25 15 471 143 54
Binary 11011101 1 10101111 0 1100100 10101 1101 100111001 1100011 101100

Color Harmonies of #DD01AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD01AF

Black with #DD01AF

Text Example


Text Example

White with #DD01AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD01AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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