Html Css Color HEX #DD13AF Hollywood Cerise

📋 copy color: '#DD13AF'

red 221 ◦ green 19 ◦ blue 175

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

Shades of Hollywood Cerise #DD13AF

Tints of Hollywood Cerise #DD13AF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.58%

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

R = 53.25%
G = 4.58%
B = 42.17%

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

#DD13AF (or 0xDD13AF) is known color: Hollywood Cerise. HEX triplet: DD, 13 and AF. RGB value is (221,19,175). Sum of RGB (Red+Green+Blue) = 221+19+175=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 19 (7.81% from 255 or 4.58% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD13AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD13AF is #22EC50. Grayscale: #606060. Windows color (decimal): -2288721 or 11473885. OLE color: 11473885.

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

Color convert

RGB 221 19 175 -
CMYK 0 0.91 0.21 0.13
HSL 313.66º 0.84% 0.47% -
HSV(B) 313.66º 0.91% 0.87% -
XYZ 37.79 18.93 42.22 -
YUV 97.18 171.92 216.32 -
System Red Green Blue C M Y K H S L
Decimal 221 19 175 0 0.91 0.21 0.13 313.66 0.84 0.47
Hex DD 13 AF 0 5B 15 D 13A 54 2F
Octal 335 23 257 0 133 25 15 472 124 57
Binary 11011101 10011 10101111 0 1011011 10101 1101 100111010 1010100 101111

Color Harmonies of #DD13AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD13AF

Black with #DD13AF

Text Example


Text Example

White with #DD13AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD13AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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