Html Css Color HEX #DD129F Hollywood Cerise

📋 copy color: '#DD129F'

red 221 ◦ green 18 ◦ blue 159

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

Shades of Hollywood Cerise #DD129F

Tints of Hollywood Cerise #DD129F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.52%

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

R = 55.53%
G = 4.52%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD129F (or 0xDD129F) is known color: Hollywood Cerise. HEX triplet: DD, 12 and 9F. RGB value is (221,18,159). Sum of RGB (Red+Green+Blue) = 221+18+159=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 18 (7.42% from 255 or 4.52% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD129F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD129F is #22ED60. Grayscale: #5E5E5E. Windows color (decimal): -2288993 or 10425053. OLE color: 10425053.

HSL color Cylindrical-coordinate representation of color #DD129F: hue angle of 318.33º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD129F is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 18 159 -
CMYK 0 0.92 0.28 0.13
HSL 318.33º 0.85% 0.47% -
HSV(B) 318.33º 0.92% 0.87% -
XYZ 36.29 18.31 34.42 -
YUV 94.77 164.25 218.04 -
System Red Green Blue C M Y K H S L
Decimal 221 18 159 0 0.92 0.28 0.13 318.33 0.85 0.47
Hex DD 12 9F 0 5C 1C D 13E 55 2F
Octal 335 22 237 0 134 34 15 476 125 57
Binary 11011101 10010 10011111 0 1011100 11100 1101 100111110 1010101 101111

Color Harmonies of #DD129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD129F

Black with #DD129F

Text Example


Text Example

White with #DD129F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD129F; }

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

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

background-color css

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

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

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

border-color css

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

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

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