Html Css Color HEX #DC0987 Medium Violet Red

📋 copy color: '#DC0987'

red 220 ◦ green 9 ◦ blue 135

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

Shades of Medium Violet Red #DC0987

Tints of Medium Violet Red #DC0987

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.47%

 BLUE value IS 135 (53.13% from 255) = 37.09%

R = 60.44%
G = 2.47%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC0987 (or 0xDC0987) is known color: Medium Violet Red. HEX triplet: DC, 09 and 87. RGB value is (220,9,135). Sum of RGB (Red+Green+Blue) = 220+9+135=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 9 (3.91% from 255 or 2.47% from 364); Blue value is 135 (53.12% from 255 or 37.09% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0987 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0987 is #23F678. Grayscale: #565656. Windows color (decimal): -2356857 or 8849884. OLE color: 8849884.

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

Color convert

RGB 220 9 135 -
CMYK 0 0.96 0.39 0.14
HSL 324.17º 0.92% 0.45% -
HSV(B) 324.17º 0.96% 0.86% -
XYZ 33.99 17.16 24.44 -
YUV 86.45 155.4 223.25 -
System Red Green Blue C M Y K H S L
Decimal 220 9 135 0 0.96 0.39 0.14 324.17 0.92 0.45
Hex DC 9 87 0 60 27 E 144 5C 2D
Octal 334 11 207 0 140 47 16 504 134 55
Binary 11011100 1001 10000111 0 1100000 100111 1110 101000100 1011100 101101

Color Harmonies of #DC0987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0987

Black with #DC0987

Text Example


Text Example

White with #DC0987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0987; }

 p { color: rgb(220,9,135); }

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

background-color css

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

 a { background-color: rgb(220,9,135); }

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

border-color css

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

 span { border-color: rgb(220,9,135); }

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