Html Css Color HEX #DD149F Hollywood Cerise

📋 copy color: '#DD149F'

red 221 ◦ green 20 ◦ blue 159

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

Shades of Hollywood Cerise #DD149F

Tints of Hollywood Cerise #DD149F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.75%

R = 55.25%
G = 5%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD149F (or 0xDD149F) is known color: Hollywood Cerise. HEX triplet: DD, 14 and 9F. RGB value is (221,20,159). Sum of RGB (Red+Green+Blue) = 221+20+159=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 20 (8.20% from 255 or 5% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD149F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD149F is #22EB60. Grayscale: #5F5F5F. Windows color (decimal): -2288481 or 10425565. OLE color: 10425565.

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

Color convert

RGB 221 20 159 -
CMYK 0 0.91 0.28 0.13
HSL 318.51º 0.83% 0.47% -
HSV(B) 318.51º 0.91% 0.87% -
XYZ 36.33 18.38 34.43 -
YUV 95.95 163.59 217.2 -
System Red Green Blue C M Y K H S L
Decimal 221 20 159 0 0.91 0.28 0.13 318.51 0.83 0.47
Hex DD 14 9F 0 5B 1C D 13F 53 2F
Octal 335 24 237 0 133 34 15 477 123 57
Binary 11011101 10100 10011111 0 1011011 11100 1101 100111111 1010011 101111

Color Harmonies of #DD149F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD149F

Black with #DD149F

Text Example


Text Example

White with #DD149F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD149F; }

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

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

background-color css

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

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

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

border-color css

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

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

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