Html Css Color HEX #DD14AC Hollywood Cerise

📋 copy color: '#DD14AC'

red 221 ◦ green 20 ◦ blue 172

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

Shades of Hollywood Cerise #DD14AC

Tints of Hollywood Cerise #DD14AC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.84%

 BLUE value IS 172 (67.58% from 255) = 41.65%

R = 53.51%
G = 4.84%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD14AC (or 0xDD14AC) is known color: Hollywood Cerise. HEX triplet: DD, 14 and AC. RGB value is (221,20,172). Sum of RGB (Red+Green+Blue) = 221+20+172=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 20 (8.20% from 255 or 4.84% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD14AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD14AC is #22EB53. Grayscale: #616161. Windows color (decimal): -2288468 or 11277533. OLE color: 11277533.

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

Color convert

RGB 221 20 172 -
CMYK 0 0.91 0.22 0.13
HSL 314.63º 0.83% 0.47% -
HSV(B) 314.63º 0.91% 0.87% -
XYZ 37.52 18.85 40.69 -
YUV 97.43 170.09 216.14 -
System Red Green Blue C M Y K H S L
Decimal 221 20 172 0 0.91 0.22 0.13 314.63 0.83 0.47
Hex DD 14 AC 0 5B 16 D 13B 53 2F
Octal 335 24 254 0 133 26 15 473 123 57
Binary 11011101 10100 10101100 0 1011011 10110 1101 100111011 1010011 101111

Color Harmonies of #DD14AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD14AC

Black with #DD14AC

Text Example


Text Example

White with #DD14AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD14AC; }

 p { color: rgb(221,20,172); }

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

background-color css

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

 a { background-color: rgb(221,20,172); }

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

border-color css

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

 span { border-color: rgb(221,20,172); }

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