Html Css Color HEX #DC097E Medium Violet Red

📋 copy color: '#DC097E'

red 220 ◦ green 9 ◦ blue 126

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

Shades of Medium Violet Red #DC097E

Tints of Medium Violet Red #DC097E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.49%

R = 61.97%
G = 2.54%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC097E (or 0xDC097E) is known color: Medium Violet Red. HEX triplet: DC, 09 and 7E. RGB value is (220,9,126). Sum of RGB (Red+Green+Blue) = 220+9+126=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 9 (3.91% from 255 or 2.54% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC097E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC097E is #23F681. Grayscale: #555555. Windows color (decimal): -2356866 or 8260060. OLE color: 8260060.

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

Color convert

RGB 220 9 126 -
CMYK 0 0.96 0.43 0.14
HSL 326.73º 0.92% 0.45% -
HSV(B) 326.73º 0.96% 0.86% -
XYZ 33.38 16.92 21.24 -
YUV 85.43 150.9 223.99 -
System Red Green Blue C M Y K H S L
Decimal 220 9 126 0 0.96 0.43 0.14 326.73 0.92 0.45
Hex DC 9 7E 0 60 2B E 147 5C 2D
Octal 334 11 176 0 140 53 16 507 134 55
Binary 11011100 1001 1111110 0 1100000 101011 1110 101000111 1011100 101101

Color Harmonies of #DC097E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC097E

Black with #DC097E

Text Example


Text Example

White with #DC097E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC097E; }

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

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

background-color css

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

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

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

border-color css

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

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

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