Html Css Color HEX #DC129F Hollywood Cerise

📋 copy color: '#DC129F'

red 220 ◦ green 18 ◦ blue 159

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

Shades of Hollywood Cerise #DC129F

Tints of Hollywood Cerise #DC129F

RGB

 RED value IS 220 (86.33% from 255) = 55.42%

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

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

R = 55.42%
G = 4.53%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC129F (or 0xDC129F) is known color: Hollywood Cerise. HEX triplet: DC, 12 and 9F. RGB value is (220,18,159). Sum of RGB (Red+Green+Blue) = 220+18+159=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC129F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC129F is #23ED60. Grayscale: #5E5E5E. Windows color (decimal): -2354529 or 10425052. OLE color: 10425052.

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

Color convert

RGB 220 18 159 -
CMYK 0 0.92 0.28 0.14
HSL 318.12º 0.85% 0.47% -
HSV(B) 318.12º 0.92% 0.86% -
XYZ 35.99 18.15 34.41 -
YUV 94.47 164.42 217.54 -
System Red Green Blue C M Y K H S L
Decimal 220 18 159 0 0.92 0.28 0.14 318.12 0.85 0.47
Hex DC 12 9F 0 5C 1C E 13E 55 2F
Octal 334 22 237 0 134 34 16 476 125 57
Binary 11011100 10010 10011111 0 1011100 11100 1110 100111110 1010101 101111

Color Harmonies of #DC129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC129F

Black with #DC129F

Text Example


Text Example

White with #DC129F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC129F; }

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

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

background-color css

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

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

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

border-color css

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

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

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