Html Css Color HEX #DD14AE Hollywood Cerise

📋 copy color: '#DD14AE'

red 221 ◦ green 20 ◦ blue 174

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

Shades of Hollywood Cerise #DD14AE

Tints of Hollywood Cerise #DD14AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.93%

R = 53.25%
G = 4.82%
B = 41.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD14AE (or 0xDD14AE) is known color: Hollywood Cerise. HEX triplet: DD, 14 and AE. RGB value is (221,20,174). Sum of RGB (Red+Green+Blue) = 221+20+174=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 20 (8.20% from 255 or 4.82% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD14AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD14AE is #22EB51. Grayscale: #616161. Windows color (decimal): -2288466 or 11408605. OLE color: 11408605.

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

Color convert

RGB 221 20 174 -
CMYK 0 0.91 0.21 0.13
HSL 314.03º 0.83% 0.47% -
HSV(B) 314.03º 0.91% 0.87% -
XYZ 37.71 18.93 41.71 -
YUV 97.66 171.09 215.98 -
System Red Green Blue C M Y K H S L
Decimal 221 20 174 0 0.91 0.21 0.13 314.03 0.83 0.47
Hex DD 14 AE 0 5B 15 D 13A 53 2F
Octal 335 24 256 0 133 25 15 472 123 57
Binary 11011101 10100 10101110 0 1011011 10101 1101 100111010 1010011 101111

Color Harmonies of #DD14AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD14AE

Black with #DD14AE

Text Example


Text Example

White with #DD14AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD14AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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