Html Css Color HEX #DC0F98 Medium Violet Red

📋 copy color: '#DC0F98'

red 220 ◦ green 15 ◦ blue 152

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

Shades of Medium Violet Red #DC0F98

Tints of Medium Violet Red #DC0F98

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.88%

 BLUE value IS 152 (59.77% from 255) = 39.28%

R = 56.85%
G = 3.88%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC0F98 (or 0xDC0F98) is known color: Medium Violet Red. HEX triplet: DC, 0F and 98. RGB value is (220,15,152). Sum of RGB (Red+Green+Blue) = 220+15+152=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 152 (59.77% from 255 or 39.28% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0F98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0F98 is #23F067. Grayscale: #5B5B5B. Windows color (decimal): -2355304 or 9965532. OLE color: 9965532.

HSL color Cylindrical-coordinate representation of color #DC0F98: hue angle of 319.9º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC0F98 is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 15 152 -
CMYK 0 0.93 0.31 0.14
HSL 319.9º 0.87% 0.46% -
HSV(B) 319.9º 0.93% 0.86% -
XYZ 35.35 17.82 31.28 -
YUV 91.91 161.92 219.36 -
System Red Green Blue C M Y K H S L
Decimal 220 15 152 0 0.93 0.31 0.14 319.9 0.87 0.46
Hex DC F 98 0 5D 1F E 140 57 2E
Octal 334 17 230 0 135 37 16 500 127 56
Binary 11011100 1111 10011000 0 1011101 11111 1110 101000000 1010111 101110

Color Harmonies of #DC0F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0F98

Black with #DC0F98

Text Example


Text Example

White with #DC0F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0F98; }

 p { color: rgb(220,15,152); }

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

background-color css

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

 a { background-color: rgb(220,15,152); }

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

border-color css

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

 span { border-color: rgb(220,15,152); }

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