Html Css Color HEX #DD13AB Hollywood Cerise

📋 copy color: '#DD13AB'

red 221 ◦ green 19 ◦ blue 171

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

Shades of Hollywood Cerise #DD13AB

Tints of Hollywood Cerise #DD13AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.61%

R = 53.77%
G = 4.62%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD13AB (or 0xDD13AB) is known color: Hollywood Cerise. HEX triplet: DD, 13 and AB. RGB value is (221,19,171). Sum of RGB (Red+Green+Blue) = 221+19+171=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 19 (7.81% from 255 or 4.62% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD13AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD13AB is #22EC54. Grayscale: #606060. Windows color (decimal): -2288725 or 11211741. OLE color: 11211741.

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

Color convert

RGB 221 19 171 -
CMYK 0 0.91 0.23 0.13
HSL 314.85º 0.84% 0.47% -
HSV(B) 314.85º 0.91% 0.87% -
XYZ 37.4 18.78 40.18 -
YUV 96.73 169.92 216.64 -
System Red Green Blue C M Y K H S L
Decimal 221 19 171 0 0.91 0.23 0.13 314.85 0.84 0.47
Hex DD 13 AB 0 5B 17 D 13B 54 2F
Octal 335 23 253 0 133 27 15 473 124 57
Binary 11011101 10011 10101011 0 1011011 10111 1101 100111011 1010100 101111

Color Harmonies of #DD13AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD13AB

Black with #DD13AB

Text Example


Text Example

White with #DD13AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD13AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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