Html Css Color HEX #DC0F83 Medium Violet Red

📋 copy color: '#DC0F83'

red 220 ◦ green 15 ◦ blue 131

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

Shades of Medium Violet Red #DC0F83

Tints of Medium Violet Red #DC0F83

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.1%

 BLUE value IS 131 (51.56% from 255) = 35.79%

R = 60.11%
G = 4.1%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC0F83 (or 0xDC0F83) is known color: Medium Violet Red. HEX triplet: DC, 0F and 83. RGB value is (220,15,131). Sum of RGB (Red+Green+Blue) = 220+15+131=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 15 (6.25% from 255 or 4.10% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0F83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0F83 is #23F07C. Grayscale: #595959. Windows color (decimal): -2355325 or 8589276. OLE color: 8589276.

HSL color Cylindrical-coordinate representation of color #DC0F83: hue angle of 326.05º degrees, saturation: 0.87, 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 #DC0F83 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 15 131 -
CMYK 0 0.93 0.40 0.14
HSL 326.05º 0.87% 0.46% -
HSV(B) 326.05º 0.93% 0.86% -
XYZ 33.78 17.2 23.01 -
YUV 89.52 151.42 221.07 -
System Red Green Blue C M Y K H S L
Decimal 220 15 131 0 0.93 0.40 0.14 326.05 0.87 0.46
Hex DC F 83 0 5D 28 E 146 57 2E
Octal 334 17 203 0 135 50 16 506 127 56
Binary 11011100 1111 10000011 0 1011101 101000 1110 101000110 1010111 101110

Color Harmonies of #DC0F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0F83

Black with #DC0F83

Text Example


Text Example

White with #DC0F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0F83; }

 p { color: rgb(220,15,131); }

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

background-color css

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

 a { background-color: rgb(220,15,131); }

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

border-color css

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

 span { border-color: rgb(220,15,131); }

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