Html Css Color HEX #DC107D Medium Violet Red

📋 copy color: '#DC107D'

red 220 ◦ green 16 ◦ blue 125

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

Shades of Medium Violet Red #DC107D

Tints of Medium Violet Red #DC107D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.43%

 BLUE value IS 125 (49.22% from 255) = 34.63%

R = 60.94%
G = 4.43%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC107D (or 0xDC107D) is known color: Medium Violet Red. HEX triplet: DC, 10 and 7D. RGB value is (220,16,125). Sum of RGB (Red+Green+Blue) = 220+16+125=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 16 (6.64% from 255 or 4.43% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC107D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC107D is #23EF82. Grayscale: #595959. Windows color (decimal): -2355075 or 8196316. OLE color: 8196316.

HSL color Cylindrical-coordinate representation of color #DC107D: hue angle of 327.94º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC107D is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 16 125 -
CMYK 0 0.93 0.43 0.14
HSL 327.94º 0.86% 0.46% -
HSV(B) 327.94º 0.93% 0.86% -
XYZ 33.4 17.07 20.94 -
YUV 89.42 148.09 221.14 -
System Red Green Blue C M Y K H S L
Decimal 220 16 125 0 0.93 0.43 0.14 327.94 0.86 0.46
Hex DC 10 7D 0 5D 2B E 148 56 2E
Octal 334 20 175 0 135 53 16 510 126 56
Binary 11011100 10000 1111101 0 1011101 101011 1110 101001000 1010110 101110

Color Harmonies of #DC107D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC107D

Black with #DC107D

Text Example


Text Example

White with #DC107D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC107D; }

 p { color: rgb(220,16,125); }

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

background-color css

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

 a { background-color: rgb(220,16,125); }

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

border-color css

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

 span { border-color: rgb(220,16,125); }

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