Html Css Color HEX #DC0F96 Medium Violet Red

📋 copy color: '#DC0F96'

red 220 ◦ green 15 ◦ blue 150

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

Shades of Medium Violet Red #DC0F96

Tints of Medium Violet Red #DC0F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.96%

R = 57.14%
G = 3.9%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC0F96 (or 0xDC0F96) is known color: Medium Violet Red. HEX triplet: DC, 0F and 96. RGB value is (220,15,150). Sum of RGB (Red+Green+Blue) = 220+15+150=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 15 (6.25% from 255 or 3.90% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0F96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0F96 is #23F069. Grayscale: #5B5B5B. Windows color (decimal): -2355306 or 9834460. OLE color: 9834460.

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

Color convert

RGB 220 15 150 -
CMYK 0 0.93 0.32 0.14
HSL 320.49º 0.87% 0.46% -
HSV(B) 320.49º 0.93% 0.86% -
XYZ 35.19 17.76 30.43 -
YUV 91.69 160.92 219.52 -
System Red Green Blue C M Y K H S L
Decimal 220 15 150 0 0.93 0.32 0.14 320.49 0.87 0.46
Hex DC F 96 0 5D 20 E 140 57 2E
Octal 334 17 226 0 135 40 16 500 127 56
Binary 11011100 1111 10010110 0 1011101 100000 1110 101000000 1010111 101110

Color Harmonies of #DC0F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0F96

Black with #DC0F96

Text Example


Text Example

White with #DC0F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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