Html Css Color HEX #DD129E Hollywood Cerise

📋 copy color: '#DD129E'

red 221 ◦ green 18 ◦ blue 158

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

Shades of Hollywood Cerise #DD129E

Tints of Hollywood Cerise #DD129E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.8%

R = 55.67%
G = 4.53%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD129E (or 0xDD129E) is known color: Hollywood Cerise. HEX triplet: DD, 12 and 9E. RGB value is (221,18,158). Sum of RGB (Red+Green+Blue) = 221+18+158=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD129E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD129E is #22ED61. Grayscale: #5E5E5E. Windows color (decimal): -2288994 or 10359517. OLE color: 10359517.

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

Color convert

RGB 221 18 158 -
CMYK 0 0.92 0.29 0.13
HSL 318.62º 0.85% 0.47% -
HSV(B) 318.62º 0.92% 0.87% -
XYZ 36.21 18.27 33.97 -
YUV 94.66 163.75 218.12 -
System Red Green Blue C M Y K H S L
Decimal 221 18 158 0 0.92 0.29 0.13 318.62 0.85 0.47
Hex DD 12 9E 0 5C 1D D 13F 55 2F
Octal 335 22 236 0 134 35 15 477 125 57
Binary 11011101 10010 10011110 0 1011100 11101 1101 100111111 1010101 101111

Color Harmonies of #DD129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD129E

Black with #DD129E

Text Example


Text Example

White with #DD129E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD129E; }

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

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

background-color css

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

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

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

border-color css

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

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

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