#DC0B94

Color #DC0B94 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #DC0B94

Tints of Medium Violet Red #DC0B94

Color information

#DC0B94 (or 0xDC0B94) is unknown color: approx Medium Violet Red. HEX triplet: DC, 0B and 94. RGB value is (220,11,148). Sum of RGB (Red+Green+Blue) = 220+11+148=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 11 (4.69% from 255 or 2.90% from 379); Blue value is 148 (58.20% from 255 or 39.05% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0B94 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0B94 is #23F46B. Grayscale: #585858. Windows color (decimal): -2356332 or 9702364. OLE color: 9702364.

HSL color Cylindrical-coordinate representation of color #DC0B94: hue angle of 320.67º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0B94 is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB22011148-
CMYK00.950.330.14
HSL320.67º90.48%45.29%-
HSV(B)320.67º95%86.27%-
XYZ34.9817.5929.57-
YUV89.11161.24221.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 58.05%
GREEN value IS 11 (4.69% from 255) = 2.90%
BLUE value IS 148 (58.20% from 255) = 39.05%
R=58.05%
G=2.90%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201114800.950.330.14320.6790.4845.29
HexDCB9405F21E1415a2d
Octal334132240137411650113255
Binary110111001011100101000101111110000111101010000011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC0B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC0B94; }

 p { color: rgb(220,11,148); }

 H1.HeaderClassName
 {
   color: #DC0B94;
 }
 .AnyTagClassName
 {
   color: #DC0B94;
 }
</style>
background-color css

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

 a { background-color: rgb(220,11,148); }

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

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

 span { border-color: rgb(220,11,148); }

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