Html Css Color HEX #DC097F Medium Violet Red

📋 copy color: '#DC097F'

red 220 ◦ green 9 ◦ blue 127

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

Shades of Medium Violet Red #DC097F

Tints of Medium Violet Red #DC097F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.67%

R = 61.8%
G = 2.53%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC097F (or 0xDC097F) is known color: Medium Violet Red. HEX triplet: DC, 09 and 7F. RGB value is (220,9,127). Sum of RGB (Red+Green+Blue) = 220+9+127=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC097F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC097F is #23F680. Grayscale: #555555. Windows color (decimal): -2356865 or 8325596. OLE color: 8325596.

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

Color convert

RGB 220 9 127 -
CMYK 0 0.96 0.42 0.14
HSL 326.45º 0.92% 0.45% -
HSV(B) 326.45º 0.96% 0.86% -
XYZ 33.44 16.94 21.59 -
YUV 85.54 151.4 223.91 -
System Red Green Blue C M Y K H S L
Decimal 220 9 127 0 0.96 0.42 0.14 326.45 0.92 0.45
Hex DC 9 7F 0 60 2A E 146 5C 2D
Octal 334 11 177 0 140 52 16 506 134 55
Binary 11011100 1001 1111111 0 1100000 101010 1110 101000110 1011100 101101

Color Harmonies of #DC097F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC097F

Black with #DC097F

Text Example


Text Example

White with #DC097F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC097F; }

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

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

background-color css

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

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

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

border-color css

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

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

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