Html Css Color HEX #DC008C Medium Violet Red

📋 copy color: '#DC008C'

red 220 ◦ green 0 ◦ blue 140

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

Shades of Medium Violet Red #DC008C

Tints of Medium Violet Red #DC008C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 140 (55.08% from 255) = 38.89%

R = 61.11%
G = 0%
B = 38.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC008C (or 0xDC008C) is known color: Medium Violet Red. HEX triplet: DC, 00 and 8C. RGB value is (220,0,140). Sum of RGB (Red+Green+Blue) = 220+0+140=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC008C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC008C is #23FF73. Grayscale: #515151. Windows color (decimal): -2359156 or 9175260. OLE color: 9175260.

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

Color convert

RGB 220 0 140 -
CMYK 0 1 0.36 0.14
HSL 321.82º 1% 0.43% -
HSV(B) 321.82º 1% 0.86% -
XYZ 34.25 17.11 26.31 -
YUV 81.74 160.89 226.62 -
System Red Green Blue C M Y K H S L
Decimal 220 0 140 0 1 0.36 0.14 321.82 1 0.43
Hex DC 0 8C 0 64 24 E 142 64 2B
Octal 334 0 214 0 144 44 16 502 144 53
Binary 11011100 0 10001100 0 1100100 100100 1110 101000010 1100100 101011

Color Harmonies of #DC008C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC008C

Black with #DC008C

Text Example


Text Example

White with #DC008C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC008C; }

 p { color: rgb(220,0,140); }

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

background-color css

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

 a { background-color: rgb(220,0,140); }

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

border-color css

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

 span { border-color: rgb(220,0,140); }

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