Html Css Color HEX #DD14AD Hollywood Cerise

📋 copy color: '#DD14AD'

red 221 ◦ green 20 ◦ blue 173

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

Shades of Hollywood Cerise #DD14AD

Tints of Hollywood Cerise #DD14AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.79%

R = 53.38%
G = 4.83%
B = 41.79%

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

#DD14AD (or 0xDD14AD) is known color: Hollywood Cerise. HEX triplet: DD, 14 and AD. RGB value is (221,20,173). Sum of RGB (Red+Green+Blue) = 221+20+173=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 20 (8.20% from 255 or 4.83% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD14AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD14AD is #22EB52. Grayscale: #616161. Windows color (decimal): -2288467 or 11343069. OLE color: 11343069.

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

Color convert

RGB 221 20 173 -
CMYK 0 0.91 0.22 0.13
HSL 314.33º 0.83% 0.47% -
HSV(B) 314.33º 0.91% 0.87% -
XYZ 37.61 18.89 41.2 -
YUV 97.54 170.59 216.06 -
System Red Green Blue C M Y K H S L
Decimal 221 20 173 0 0.91 0.22 0.13 314.33 0.83 0.47
Hex DD 14 AD 0 5B 16 D 13A 53 2F
Octal 335 24 255 0 133 26 15 472 123 57
Binary 11011101 10100 10101101 0 1011011 10110 1101 100111010 1010011 101111

Color Harmonies of #DD14AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD14AD

Black with #DD14AD

Text Example


Text Example

White with #DD14AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD14AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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