Html Css Color HEX #DC007F Medium Violet Red

📋 copy color: '#DC007F'

red 220 ◦ green 0 ◦ blue 127

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

Shades of Medium Violet Red #DC007F

Tints of Medium Violet Red #DC007F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 127 (50% from 255) = 36.6%

R = 63.4%
G = 0%
B = 36.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC007F (or 0xDC007F) is known color: Medium Violet Red. HEX triplet: DC, 00 and 7F. RGB value is (220,0,127). Sum of RGB (Red+Green+Blue) = 220+0+127=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC007F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC007F is #23FF80. Grayscale: #4F4F4F. Windows color (decimal): -2359169 or 8323292. OLE color: 8323292.

HSL color Cylindrical-coordinate representation of color #DC007F: hue angle of 325.36º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC007F is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 0 127 -
CMYK 0 1 0.42 0.14
HSL 325.36º 1% 0.43% -
HSV(B) 325.36º 1% 0.86% -
XYZ 33.35 16.75 21.55 -
YUV 80.26 154.39 227.67 -
System Red Green Blue C M Y K H S L
Decimal 220 0 127 0 1 0.42 0.14 325.36 1 0.43
Hex DC 0 7F 0 64 2A E 145 64 2B
Octal 334 0 177 0 144 52 16 505 144 53
Binary 11011100 0 1111111 0 1100100 101010 1110 101000101 1100100 101011

Color Harmonies of #DC007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC007F

Black with #DC007F

Text Example


Text Example

White with #DC007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC007F; }

 p { color: rgb(220,0,127); }

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

background-color css

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

 a { background-color: rgb(220,0,127); }

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

border-color css

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

 span { border-color: rgb(220,0,127); }

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