Html Css Color HEX #DC0992 Medium Violet Red

📋 copy color: '#DC0992'

red 220 ◦ green 9 ◦ blue 146

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

Shades of Medium Violet Red #DC0992

Tints of Medium Violet Red #DC0992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.93%

R = 58.67%
G = 2.4%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC0992 (or 0xDC0992) is known color: Medium Violet Red. HEX triplet: DC, 09 and 92. RGB value is (220,9,146). Sum of RGB (Red+Green+Blue) = 220+9+146=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 146 (57.42% from 255 or 38.93% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0992 is #23F66D. Grayscale: #575757. Windows color (decimal): -2356846 or 9570780. OLE color: 9570780.

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

Color convert

RGB 220 9 146 -
CMYK 0 0.96 0.34 0.14
HSL 321.04º 0.92% 0.45% -
HSV(B) 321.04º 0.96% 0.86% -
XYZ 34.8 17.49 28.74 -
YUV 87.71 160.9 222.36 -
System Red Green Blue C M Y K H S L
Decimal 220 9 146 0 0.96 0.34 0.14 321.04 0.92 0.45
Hex DC 9 92 0 60 22 E 141 5C 2D
Octal 334 11 222 0 140 42 16 501 134 55
Binary 11011100 1001 10010010 0 1100000 100010 1110 101000001 1011100 101101

Color Harmonies of #DC0992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0992

Black with #DC0992

Text Example


Text Example

White with #DC0992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0992; }

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

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

background-color css

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

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

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

border-color css

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

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

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