Html Css Color HEX #DC068A Medium Violet Red

📋 copy color: '#DC068A'

red 220 ◦ green 6 ◦ blue 138

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

Shades of Medium Violet Red #DC068A

Tints of Medium Violet Red #DC068A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.91%

R = 60.44%
G = 1.65%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC068A (or 0xDC068A) is known color: Medium Violet Red. HEX triplet: DC, 06 and 8A. RGB value is (220,6,138). Sum of RGB (Red+Green+Blue) = 220+6+138=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 6 (2.73% from 255 or 1.65% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC068A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC068A is #23F975. Grayscale: #545454. Windows color (decimal): -2357622 or 9045724. OLE color: 9045724.

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

Color convert

RGB 220 6 138 -
CMYK 0 0.97 0.37 0.14
HSL 322.99º 0.95% 0.44% -
HSV(B) 322.99º 0.97% 0.86% -
XYZ 34.17 17.18 25.56 -
YUV 85.03 157.9 224.27 -
System Red Green Blue C M Y K H S L
Decimal 220 6 138 0 0.97 0.37 0.14 322.99 0.95 0.44
Hex DC 6 8A 0 61 25 E 143 5F 2C
Octal 334 6 212 0 141 45 16 503 137 54
Binary 11011100 110 10001010 0 1100001 100101 1110 101000011 1011111 101100

Color Harmonies of #DC068A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC068A

Black with #DC068A

Text Example


Text Example

White with #DC068A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC068A; }

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

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

background-color css

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

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

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

border-color css

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

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

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