Html Css Color HEX #DC0F7E Medium Violet Red

📋 copy color: '#DC0F7E'

red 220 ◦ green 15 ◦ blue 126

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

Shades of Medium Violet Red #DC0F7E

Tints of Medium Violet Red #DC0F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.9%

R = 60.94%
G = 4.16%
B = 34.9%

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

#DC0F7E (or 0xDC0F7E) is known color: Medium Violet Red. HEX triplet: DC, 0F and 7E. RGB value is (220,15,126). Sum of RGB (Red+Green+Blue) = 220+15+126=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 15 (6.25% from 255 or 4.16% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0F7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0F7E is #23F081. Grayscale: #585858. Windows color (decimal): -2355330 or 8261596. OLE color: 8261596.

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

Color convert

RGB 220 15 126 -
CMYK 0 0.93 0.43 0.14
HSL 327.51º 0.87% 0.46% -
HSV(B) 327.51º 0.93% 0.86% -
XYZ 33.45 17.06 21.27 -
YUV 88.95 148.92 221.47 -
System Red Green Blue C M Y K H S L
Decimal 220 15 126 0 0.93 0.43 0.14 327.51 0.87 0.46
Hex DC F 7E 0 5D 2B E 148 57 2E
Octal 334 17 176 0 135 53 16 510 127 56
Binary 11011100 1111 1111110 0 1011101 101011 1110 101001000 1010111 101110

Color Harmonies of #DC0F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0F7E

Black with #DC0F7E

Text Example


Text Example

White with #DC0F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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