Html Css Color HEX #DC068B Medium Violet Red

📋 copy color: '#DC068B'

red 220 ◦ green 6 ◦ blue 139

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

Shades of Medium Violet Red #DC068B

Tints of Medium Violet Red #DC068B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.08%

R = 60.27%
G = 1.64%
B = 38.08%

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

#DC068B (or 0xDC068B) is known color: Medium Violet Red. HEX triplet: DC, 06 and 8B. RGB value is (220,6,139). Sum of RGB (Red+Green+Blue) = 220+6+139=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 6 (2.73% from 255 or 1.64% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC068B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC068B is #23F974. Grayscale: #545454. Windows color (decimal): -2357621 or 9111260. OLE color: 9111260.

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

Color convert

RGB 220 6 139 -
CMYK 0 0.97 0.37 0.14
HSL 322.71º 0.95% 0.44% -
HSV(B) 322.71º 0.97% 0.86% -
XYZ 34.24 17.21 25.94 -
YUV 85.15 158.4 224.19 -
System Red Green Blue C M Y K H S L
Decimal 220 6 139 0 0.97 0.37 0.14 322.71 0.95 0.44
Hex DC 6 8B 0 61 25 E 143 5F 2C
Octal 334 6 213 0 141 45 16 503 137 54
Binary 11011100 110 10001011 0 1100001 100101 1110 101000011 1011111 101100

Color Harmonies of #DC068B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC068B

Black with #DC068B

Text Example


Text Example

White with #DC068B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC068B; }

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

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

background-color css

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

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

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

border-color css

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

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

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