Html Css Color HEX #DC169E Hollywood Cerise

📋 copy color: '#DC169E'

red 220 ◦ green 22 ◦ blue 158

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

Shades of Hollywood Cerise #DC169E

Tints of Hollywood Cerise #DC169E

RGB

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

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

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

R = 55%
G = 5.5%
B = 39.5%

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

#DC169E (or 0xDC169E) is known color: Hollywood Cerise. HEX triplet: DC, 16 and 9E. RGB value is (220,22,158). Sum of RGB (Red+Green+Blue) = 220+22+158=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 22 (8.98% from 255 or 5.5% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC169E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC169E is #23E961. Grayscale: #606060. Windows color (decimal): -2353506 or 10360540. OLE color: 10360540.

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

Color convert

RGB 220 22 158 -
CMYK 0 0.9 0.28 0.14
HSL 318.79º 0.82% 0.47% -
HSV(B) 318.79º 0.9% 0.86% -
XYZ 35.97 18.26 33.98 -
YUV 96.71 162.6 215.94 -
System Red Green Blue C M Y K H S L
Decimal 220 22 158 0 0.9 0.28 0.14 318.79 0.82 0.47
Hex DC 16 9E 0 5A 1C E 13F 52 2F
Octal 334 26 236 0 132 34 16 477 122 57
Binary 11011100 10110 10011110 0 1011010 11100 1110 100111111 1010010 101111

Color Harmonies of #DC169E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC169E

Black with #DC169E

Text Example


Text Example

White with #DC169E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC169E; }

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

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

background-color css

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

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

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

border-color css

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

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

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