Html Css Color HEX #DD14AF Hollywood Cerise

📋 copy color: '#DD14AF'

red 221 ◦ green 20 ◦ blue 175

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

Shades of Hollywood Cerise #DD14AF

Tints of Hollywood Cerise #DD14AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.07%

R = 53.13%
G = 4.81%
B = 42.07%

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

#DD14AF (or 0xDD14AF) is known color: Hollywood Cerise. HEX triplet: DD, 14 and AF. RGB value is (221,20,175). Sum of RGB (Red+Green+Blue) = 221+20+175=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 20 (8.20% from 255 or 4.81% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD14AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD14AF is #22EB50. Grayscale: #616161. Windows color (decimal): -2288465 or 11474141. OLE color: 11474141.

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

Color convert

RGB 221 20 175 -
CMYK 0 0.91 0.21 0.13
HSL 313.73º 0.83% 0.47% -
HSV(B) 313.73º 0.91% 0.87% -
XYZ 37.81 18.97 42.23 -
YUV 97.77 171.59 215.9 -
System Red Green Blue C M Y K H S L
Decimal 221 20 175 0 0.91 0.21 0.13 313.73 0.83 0.47
Hex DD 14 AF 0 5B 15 D 13A 53 2F
Octal 335 24 257 0 133 25 15 472 123 57
Binary 11011101 10100 10101111 0 1011011 10101 1101 100111010 1010011 101111

Color Harmonies of #DD14AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD14AF

Black with #DD14AF

Text Example


Text Example

White with #DD14AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD14AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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