Html Css Color HEX #DC087A Medium Violet Red

📋 copy color: '#DC087A'

red 220 ◦ green 8 ◦ blue 122

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

Shades of Medium Violet Red #DC087A

Tints of Medium Violet Red #DC087A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.29%

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

R = 62.86%
G = 2.29%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC087A (or 0xDC087A) is known color: Medium Violet Red. HEX triplet: DC, 08 and 7A. RGB value is (220,8,122). Sum of RGB (Red+Green+Blue) = 220+8+122=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 8 (3.52% from 255 or 2.29% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC087A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC087A is #23F785. Grayscale: #545454. Windows color (decimal): -2357126 or 7997660. OLE color: 7997660.

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

Color convert

RGB 220 8 122 -
CMYK 0 0.96 0.45 0.14
HSL 327.74º 0.93% 0.45% -
HSV(B) 327.74º 0.96% 0.86% -
XYZ 33.11 16.79 19.91 -
YUV 84.38 149.24 224.73 -
System Red Green Blue C M Y K H S L
Decimal 220 8 122 0 0.96 0.45 0.14 327.74 0.93 0.45
Hex DC 8 7A 0 60 2D E 148 5D 2D
Octal 334 10 172 0 140 55 16 510 135 55
Binary 11011100 1000 1111010 0 1100000 101101 1110 101001000 1011101 101101

Color Harmonies of #DC087A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC087A

Black with #DC087A

Text Example


Text Example

White with #DC087A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC087A; }

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

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

background-color css

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

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

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

border-color css

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

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

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