Html Css Color HEX #DC007A Medium Violet Red

📋 copy color: '#DC007A'

red 220 ◦ green 0 ◦ blue 122

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

Shades of Medium Violet Red #DC007A

Tints of Medium Violet Red #DC007A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.67%

R = 64.33%
G = 0%
B = 35.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC007A (or 0xDC007A) is known color: Medium Violet Red. HEX triplet: DC, 00 and 7A. RGB value is (220,0,122). Sum of RGB (Red+Green+Blue) = 220+0+122=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC007A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC007A is #23FF85. Grayscale: #4F4F4F. Windows color (decimal): -2359174 or 7995612. OLE color: 7995612.

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

Color convert

RGB 220 0 122 -
CMYK 0 1 0.45 0.14
HSL 326.73º 1% 0.43% -
HSV(B) 326.73º 1% 0.86% -
XYZ 33.03 16.62 19.88 -
YUV 79.69 151.89 228.08 -
System Red Green Blue C M Y K H S L
Decimal 220 0 122 0 1 0.45 0.14 326.73 1 0.43
Hex DC 0 7A 0 64 2D E 147 64 2B
Octal 334 0 172 0 144 55 16 507 144 53
Binary 11011100 0 1111010 0 1100100 101101 1110 101000111 1100100 101011

Color Harmonies of #DC007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC007A

Black with #DC007A

Text Example


Text Example

White with #DC007A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC007A; }

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

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

background-color css

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

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

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

border-color css

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

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

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