Html Css Color HEX #DC0F94 Medium Violet Red

📋 copy color: '#DC0F94'

red 220 ◦ green 15 ◦ blue 148

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

Shades of Medium Violet Red #DC0F94

Tints of Medium Violet Red #DC0F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.64%

R = 57.44%
G = 3.92%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC0F94 (or 0xDC0F94) is known color: Medium Violet Red. HEX triplet: DC, 0F and 94. RGB value is (220,15,148). Sum of RGB (Red+Green+Blue) = 220+15+148=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 15 (6.25% from 255 or 3.92% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0F94 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0F94 is #23F06B. Grayscale: #5B5B5B. Windows color (decimal): -2355308 or 9703388. OLE color: 9703388.

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

Color convert

RGB 220 15 148 -
CMYK 0 0.93 0.33 0.14
HSL 321.07º 0.87% 0.46% -
HSV(B) 321.07º 0.93% 0.86% -
XYZ 35.03 17.7 29.59 -
YUV 91.46 159.92 219.69 -
System Red Green Blue C M Y K H S L
Decimal 220 15 148 0 0.93 0.33 0.14 321.07 0.87 0.46
Hex DC F 94 0 5D 21 E 141 57 2E
Octal 334 17 224 0 135 41 16 501 127 56
Binary 11011100 1111 10010100 0 1011101 100001 1110 101000001 1010111 101110

Color Harmonies of #DC0F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0F94

Black with #DC0F94

Text Example


Text Example

White with #DC0F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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