Html Css Color HEX #DC087E Medium Violet Red

📋 copy color: '#DC087E'

red 220 ◦ green 8 ◦ blue 126

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

Shades of Medium Violet Red #DC087E

Tints of Medium Violet Red #DC087E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.59%

R = 62.15%
G = 2.26%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC087E (or 0xDC087E) is known color: Medium Violet Red. HEX triplet: DC, 08 and 7E. RGB value is (220,8,126). Sum of RGB (Red+Green+Blue) = 220+8+126=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 8 (3.52% from 255 or 2.26% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC087E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC087E is #23F781. Grayscale: #545454. Windows color (decimal): -2357122 or 8259804. OLE color: 8259804.

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

Color convert

RGB 220 8 126 -
CMYK 0 0.96 0.43 0.14
HSL 326.6º 0.93% 0.45% -
HSV(B) 326.6º 0.96% 0.86% -
XYZ 33.37 16.9 21.24 -
YUV 84.84 151.24 224.41 -
System Red Green Blue C M Y K H S L
Decimal 220 8 126 0 0.96 0.43 0.14 326.6 0.93 0.45
Hex DC 8 7E 0 60 2B E 147 5D 2D
Octal 334 10 176 0 140 53 16 507 135 55
Binary 11011100 1000 1111110 0 1100000 101011 1110 101000111 1011101 101101

Color Harmonies of #DC087E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC087E

Black with #DC087E

Text Example


Text Example

White with #DC087E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC087E; }

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

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

background-color css

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

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

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

border-color css

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

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

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