Html Css Color HEX #DC159B Medium Violet Red

📋 copy color: '#DC159B'

red 220 ◦ green 21 ◦ blue 155

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

Shades of Medium Violet Red #DC159B

Tints of Medium Violet Red #DC159B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.3%

 BLUE value IS 155 (60.94% from 255) = 39.14%

R = 55.56%
G = 5.3%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC159B (or 0xDC159B) is known color: Medium Violet Red. HEX triplet: DC, 15 and 9B. RGB value is (220,21,155). Sum of RGB (Red+Green+Blue) = 220+21+155=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 21 (8.59% from 255 or 5.30% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC159B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC159B is #23EA64. Grayscale: #5F5F5F. Windows color (decimal): -2353765 or 10163676. OLE color: 10163676.

HSL color Cylindrical-coordinate representation of color #DC159B: hue angle of 319.6º degrees, saturation: 0.83, 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 #DC159B is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 21 155 -
CMYK 0 0.90 0.30 0.14
HSL 319.6º 0.83% 0.47% -
HSV(B) 319.6º 0.9% 0.86% -
XYZ 35.7 18.12 32.63 -
YUV 95.78 161.43 216.6 -
System Red Green Blue C M Y K H S L
Decimal 220 21 155 0 0.90 0.30 0.14 319.6 0.83 0.47
Hex DC 15 9B 0 5A 1E E 140 53 2F
Octal 334 25 233 0 132 36 16 500 123 57
Binary 11011100 10101 10011011 0 1011010 11110 1110 101000000 1010011 101111

Color Harmonies of #DC159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC159B

Black with #DC159B

Text Example


Text Example

White with #DC159B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC159B; }

 p { color: rgb(220,21,155); }

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

background-color css

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

 a { background-color: rgb(220,21,155); }

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

border-color css

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

 span { border-color: rgb(220,21,155); }

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