Html Css Color HEX #DC067A Medium Violet Red

📋 copy color: '#DC067A'

red 220 ◦ green 6 ◦ blue 122

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

Shades of Medium Violet Red #DC067A

Tints of Medium Violet Red #DC067A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.72%

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

R = 63.22%
G = 1.72%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC067A (or 0xDC067A) is known color: Medium Violet Red. HEX triplet: DC, 06 and 7A. RGB value is (220,6,122). Sum of RGB (Red+Green+Blue) = 220+6+122=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 6 (2.73% from 255 or 1.72% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC067A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC067A is #23F985. Grayscale: #525252. Windows color (decimal): -2357638 or 7997148. OLE color: 7997148.

HSL color Cylindrical-coordinate representation of color #DC067A: hue angle of 327.48º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC067A is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 6 122 -
CMYK 0 0.97 0.45 0.14
HSL 327.48º 0.95% 0.44% -
HSV(B) 327.48º 0.97% 0.86% -
XYZ 33.09 16.75 19.9 -
YUV 83.21 149.9 225.57 -
System Red Green Blue C M Y K H S L
Decimal 220 6 122 0 0.97 0.45 0.14 327.48 0.95 0.44
Hex DC 6 7A 0 61 2D E 147 5F 2C
Octal 334 6 172 0 141 55 16 507 137 54
Binary 11011100 110 1111010 0 1100001 101101 1110 101000111 1011111 101100

Color Harmonies of #DC067A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC067A

Black with #DC067A

Text Example


Text Example

White with #DC067A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC067A; }

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

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

background-color css

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

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

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

border-color css

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

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

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