Html Css Color HEX #DD18A3 Hollywood Cerise

📋 copy color: '#DD18A3'

red 221 ◦ green 24 ◦ blue 163

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

Shades of Hollywood Cerise #DD18A3

Tints of Hollywood Cerise #DD18A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 39.95%

R = 54.17%
G = 5.88%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DD18A3 (or 0xDD18A3) is known color: Hollywood Cerise. HEX triplet: DD, 18 and A3. RGB value is (221,24,163). Sum of RGB (Red+Green+Blue) = 221+24+163=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 24 (9.77% from 255 or 5.88% from 408); Blue value is 163 (64.06% from 255 or 39.95% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD18A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD18A3 is #22E75C. Grayscale: #626262. Windows color (decimal): -2287453 or 10688733. OLE color: 10688733.

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

Color convert

RGB 221 24 163 -
CMYK 0 0.89 0.26 0.13
HSL 317.67º 0.8% 0.48% -
HSV(B) 317.67º 0.89% 0.87% -
XYZ 36.76 18.67 36.32 -
YUV 98.75 164.27 215.2 -
System Red Green Blue C M Y K H S L
Decimal 221 24 163 0 0.89 0.26 0.13 317.67 0.8 0.48
Hex DD 18 A3 0 59 1A D 13E 50 30
Octal 335 30 243 0 131 32 15 476 120 60
Binary 11011101 11000 10100011 0 1011001 11010 1101 100111110 1010000 110000

Color Harmonies of #DD18A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD18A3

Black with #DD18A3

Text Example


Text Example

White with #DD18A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD18A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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