Html Css Color HEX #DC007D Medium Violet Red

📋 copy color: '#DC007D'

red 220 ◦ green 0 ◦ blue 125

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

Shades of Medium Violet Red #DC007D

Tints of Medium Violet Red #DC007D

RGB

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

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

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

R = 63.77%
G = 0%
B = 36.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC007D (or 0xDC007D) is known color: Medium Violet Red. HEX triplet: DC, 00 and 7D. RGB value is (220,0,125). Sum of RGB (Red+Green+Blue) = 220+0+125=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC007D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC007D is #23FF82. Grayscale: #4F4F4F. Windows color (decimal): -2359171 or 8192220. OLE color: 8192220.

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

Color convert

RGB 220 0 125 -
CMYK 0 1 0.43 0.14
HSL 325.91º 1% 0.43% -
HSV(B) 325.91º 1% 0.86% -
XYZ 33.22 16.7 20.87 -
YUV 80.03 153.39 227.84 -
System Red Green Blue C M Y K H S L
Decimal 220 0 125 0 1 0.43 0.14 325.91 1 0.43
Hex DC 0 7D 0 64 2B E 146 64 2B
Octal 334 0 175 0 144 53 16 506 144 53
Binary 11011100 0 1111101 0 1100100 101011 1110 101000110 1100100 101011

Color Harmonies of #DC007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC007D

Black with #DC007D

Text Example


Text Example

White with #DC007D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC007D; }

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

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

background-color css

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

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

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

border-color css

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

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

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