Html Css Color HEX #DC0885 Medium Violet Red

📋 copy color: '#DC0885'

red 220 ◦ green 8 ◦ blue 133

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

Shades of Medium Violet Red #DC0885

Tints of Medium Violet Red #DC0885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.84%

R = 60.94%
G = 2.22%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC0885 (or 0xDC0885) is known color: Medium Violet Red. HEX triplet: DC, 08 and 85. RGB value is (220,8,133). Sum of RGB (Red+Green+Blue) = 220+8+133=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 8 (3.52% from 255 or 2.22% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0885 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0885 is #23F77A. Grayscale: #555555. Windows color (decimal): -2357115 or 8718556. OLE color: 8718556.

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

Color convert

RGB 220 8 133 -
CMYK 0 0.96 0.40 0.14
HSL 324.62º 0.93% 0.45% -
HSV(B) 324.62º 0.96% 0.86% -
XYZ 33.84 17.08 23.7 -
YUV 85.64 154.74 223.84 -
System Red Green Blue C M Y K H S L
Decimal 220 8 133 0 0.96 0.40 0.14 324.62 0.93 0.45
Hex DC 8 85 0 60 28 E 145 5D 2D
Octal 334 10 205 0 140 50 16 505 135 55
Binary 11011100 1000 10000101 0 1100000 101000 1110 101000101 1011101 101101

Color Harmonies of #DC0885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0885

Black with #DC0885

Text Example


Text Example

White with #DC0885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0885; }

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

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

background-color css

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

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

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

border-color css

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

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

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