Html Css Color HEX #DD11AF Hollywood Cerise

📋 copy color: '#DD11AF'

red 221 ◦ green 17 ◦ blue 175

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

Shades of Hollywood Cerise #DD11AF

Tints of Hollywood Cerise #DD11AF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.12%

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

R = 53.51%
G = 4.12%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD11AF (or 0xDD11AF) is known color: Hollywood Cerise. HEX triplet: DD, 11 and AF. RGB value is (221,17,175). Sum of RGB (Red+Green+Blue) = 221+17+175=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 17 (7.03% from 255 or 4.12% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD11AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD11AF is #22EE50. Grayscale: #5F5F5F. Windows color (decimal): -2289233 or 11473373. OLE color: 11473373.

HSL color Cylindrical-coordinate representation of color #DD11AF: hue angle of 313.53º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD11AF is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 17 175 -
CMYK 0 0.92 0.21 0.13
HSL 313.53º 0.86% 0.47% -
HSV(B) 313.53º 0.92% 0.87% -
XYZ 37.76 18.87 42.21 -
YUV 96.01 172.59 217.15 -
System Red Green Blue C M Y K H S L
Decimal 221 17 175 0 0.92 0.21 0.13 313.53 0.86 0.47
Hex DD 11 AF 0 5C 15 D 13A 56 2F
Octal 335 21 257 0 134 25 15 472 126 57
Binary 11011101 10001 10101111 0 1011100 10101 1101 100111010 1010110 101111

Color Harmonies of #DD11AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD11AF

Black with #DD11AF

Text Example


Text Example

White with #DD11AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD11AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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