Html Css Color HEX #DC097D Medium Violet Red

📋 copy color: '#DC097D'

red 220 ◦ green 9 ◦ blue 125

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

Shades of Medium Violet Red #DC097D

Tints of Medium Violet Red #DC097D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.31%

R = 62.15%
G = 2.54%
B = 35.31%

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

#DC097D (or 0xDC097D) is known color: Medium Violet Red. HEX triplet: DC, 09 and 7D. RGB value is (220,9,125). Sum of RGB (Red+Green+Blue) = 220+9+125=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC097D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC097D is #23F682. Grayscale: #555555. Windows color (decimal): -2356867 or 8194524. OLE color: 8194524.

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

Color convert

RGB 220 9 125 -
CMYK 0 0.96 0.43 0.14
HSL 327.01º 0.92% 0.45% -
HSV(B) 327.01º 0.96% 0.86% -
XYZ 33.31 16.89 20.91 -
YUV 85.31 150.4 224.07 -
System Red Green Blue C M Y K H S L
Decimal 220 9 125 0 0.96 0.43 0.14 327.01 0.92 0.45
Hex DC 9 7D 0 60 2B E 147 5C 2D
Octal 334 11 175 0 140 53 16 507 134 55
Binary 11011100 1001 1111101 0 1100000 101011 1110 101000111 1011100 101101

Color Harmonies of #DC097D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC097D

Black with #DC097D

Text Example


Text Example

White with #DC097D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC097D; }

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

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

background-color css

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

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

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

border-color css

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

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

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