Html Css Color HEX #DD18A6 Hollywood Cerise

📋 copy color: '#DD18A6'

red 221 ◦ green 24 ◦ blue 166

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

Shades of Hollywood Cerise #DD18A6

Tints of Hollywood Cerise #DD18A6

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.84%

 BLUE value IS 166 (65.23% from 255) = 40.39%

R = 53.77%
G = 5.84%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD18A6 (or 0xDD18A6) is known color: Hollywood Cerise. HEX triplet: DD, 18 and A6. RGB value is (221,24,166). Sum of RGB (Red+Green+Blue) = 221+24+166=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 24 (9.77% from 255 or 5.84% from 411); Blue value is 166 (65.23% from 255 or 40.39% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD18A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD18A6 is #22E759. Grayscale: #626262. Windows color (decimal): -2287450 or 10885341. OLE color: 10885341.

HSL color Cylindrical-coordinate representation of color #DD18A6: hue angle of 316.75º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD18A6 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 24 166 -
CMYK 0 0.89 0.25 0.13
HSL 316.75º 0.8% 0.48% -
HSV(B) 316.75º 0.89% 0.87% -
XYZ 37.03 18.78 37.75 -
YUV 99.09 165.77 214.95 -
System Red Green Blue C M Y K H S L
Decimal 221 24 166 0 0.89 0.25 0.13 316.75 0.8 0.48
Hex DD 18 A6 0 59 19 D 13D 50 30
Octal 335 30 246 0 131 31 15 475 120 60
Binary 11011101 11000 10100110 0 1011001 11001 1101 100111101 1010000 110000

Color Harmonies of #DD18A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD18A6

Black with #DD18A6

Text Example


Text Example

White with #DD18A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD18A6; }

 p { color: rgb(221,24,166); }

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

background-color css

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

 a { background-color: rgb(221,24,166); }

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

border-color css

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

 span { border-color: rgb(221,24,166); }

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