Html Css Color HEX #DD15AF Hollywood Cerise

📋 copy color: '#DD15AF'

red 221 ◦ green 21 ◦ blue 175

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

Shades of Hollywood Cerise #DD15AF

Tints of Hollywood Cerise #DD15AF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.04%

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

R = 53%
G = 5.04%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD15AF (or 0xDD15AF) is known color: Hollywood Cerise. HEX triplet: DD, 15 and AF. RGB value is (221,21,175). Sum of RGB (Red+Green+Blue) = 221+21+175=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 21 (8.59% from 255 or 5.04% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD15AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD15AF is #22EA50. Grayscale: #616161. Windows color (decimal): -2288209 or 11474397. OLE color: 11474397.

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

Color convert

RGB 221 21 175 -
CMYK 0 0.90 0.21 0.13
HSL 313.8º 0.83% 0.47% -
HSV(B) 313.8º 0.9% 0.87% -
XYZ 37.82 19 42.23 -
YUV 98.36 171.26 215.48 -
System Red Green Blue C M Y K H S L
Decimal 221 21 175 0 0.90 0.21 0.13 313.8 0.83 0.47
Hex DD 15 AF 0 5A 15 D 13A 53 2F
Octal 335 25 257 0 132 25 15 472 123 57
Binary 11011101 10101 10101111 0 1011010 10101 1101 100111010 1010011 101111

Color Harmonies of #DD15AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD15AF

Black with #DD15AF

Text Example


Text Example

White with #DD15AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD15AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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