Html Css Color HEX #DC0F7D Medium Violet Red

📋 copy color: '#DC0F7D'

red 220 ◦ green 15 ◦ blue 125

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

Shades of Medium Violet Red #DC0F7D

Tints of Medium Violet Red #DC0F7D

RGB

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

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

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

R = 61.11%
G = 4.17%
B = 34.72%

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

#DC0F7D (or 0xDC0F7D) is known color: Medium Violet Red. HEX triplet: DC, 0F and 7D. RGB value is (220,15,125). Sum of RGB (Red+Green+Blue) = 220+15+125=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 15 (6.25% from 255 or 4.17% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0F7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0F7D is #23F082. Grayscale: #585858. Windows color (decimal): -2355331 or 8196060. OLE color: 8196060.

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

Color convert

RGB 220 15 125 -
CMYK 0 0.93 0.43 0.14
HSL 327.8º 0.87% 0.46% -
HSV(B) 327.8º 0.93% 0.86% -
XYZ 33.39 17.04 20.93 -
YUV 88.84 148.42 221.56 -
System Red Green Blue C M Y K H S L
Decimal 220 15 125 0 0.93 0.43 0.14 327.8 0.87 0.46
Hex DC F 7D 0 5D 2B E 148 57 2E
Octal 334 17 175 0 135 53 16 510 127 56
Binary 11011100 1111 1111101 0 1011101 101011 1110 101001000 1010111 101110

Color Harmonies of #DC0F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0F7D

Black with #DC0F7D

Text Example


Text Example

White with #DC0F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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