Html Css Color HEX #DC169F Hollywood Cerise

📋 copy color: '#DC169F'

red 220 ◦ green 22 ◦ blue 159

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

Shades of Hollywood Cerise #DC169F

Tints of Hollywood Cerise #DC169F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.49%

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

R = 54.86%
G = 5.49%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC169F (or 0xDC169F) is known color: Hollywood Cerise. HEX triplet: DC, 16 and 9F. RGB value is (220,22,159). Sum of RGB (Red+Green+Blue) = 220+22+159=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 22 (8.98% from 255 or 5.49% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC169F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC169F is #23E960. Grayscale: #606060. Windows color (decimal): -2353505 or 10426076. OLE color: 10426076.

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

Color convert

RGB 220 22 159 -
CMYK 0 0.9 0.28 0.14
HSL 318.48º 0.82% 0.47% -
HSV(B) 318.48º 0.9% 0.86% -
XYZ 36.06 18.29 34.43 -
YUV 96.82 163.1 215.86 -
System Red Green Blue C M Y K H S L
Decimal 220 22 159 0 0.9 0.28 0.14 318.48 0.82 0.47
Hex DC 16 9F 0 5A 1C E 13E 52 2F
Octal 334 26 237 0 132 34 16 476 122 57
Binary 11011100 10110 10011111 0 1011010 11100 1110 100111110 1010010 101111

Color Harmonies of #DC169F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC169F

Black with #DC169F

Text Example


Text Example

White with #DC169F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC169F; }

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

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

background-color css

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

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

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

border-color css

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

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

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