Html Css Color HEX #DC097C Medium Violet Red

📋 copy color: '#DC097C'

red 220 ◦ green 9 ◦ blue 124

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

Shades of Medium Violet Red #DC097C

Tints of Medium Violet Red #DC097C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.13%

R = 62.32%
G = 2.55%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC097C (or 0xDC097C) is known color: Medium Violet Red. HEX triplet: DC, 09 and 7C. RGB value is (220,9,124). Sum of RGB (Red+Green+Blue) = 220+9+124=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 9 (3.91% from 255 or 2.55% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC097C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC097C is #23F683. Grayscale: #545454. Windows color (decimal): -2356868 or 8128988. OLE color: 8128988.

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

Color convert

RGB 220 9 124 -
CMYK 0 0.96 0.44 0.14
HSL 327.3º 0.92% 0.45% -
HSV(B) 327.3º 0.96% 0.86% -
XYZ 33.25 16.87 20.57 -
YUV 85.2 149.9 224.15 -
System Red Green Blue C M Y K H S L
Decimal 220 9 124 0 0.96 0.44 0.14 327.3 0.92 0.45
Hex DC 9 7C 0 60 2C E 147 5C 2D
Octal 334 11 174 0 140 54 16 507 134 55
Binary 11011100 1001 1111100 0 1100000 101100 1110 101000111 1011100 101101

Color Harmonies of #DC097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC097C

Black with #DC097C

Text Example


Text Example

White with #DC097C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC097C; }

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

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

background-color css

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

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

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

border-color css

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

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

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