Html Css Color HEX #D5097A Medium Violet Red

📋 copy color: '#D5097A'

red 213 ◦ green 9 ◦ blue 122

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

Shades of Medium Violet Red #D5097A

Tints of Medium Violet Red #D5097A

RGB

 RED value IS 213 (83.59% from 255) = 61.92%

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

 BLUE value IS 122 (48.05% from 255) = 35.47%

R = 61.92%
G = 2.62%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D5097A (or 0xD5097A) is known color: Medium Violet Red. HEX triplet: D5, 09 and 7A. RGB value is (213,9,122). Sum of RGB (Red+Green+Blue) = 213+9+122=344 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.92% from 344); Green value is 9 (3.91% from 255 or 2.62% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 213 - color contains mainly: red. Hex color #D5097A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5097A is #2AF685. Grayscale: #525252. Windows color (decimal): -2815622 or 7997909. OLE color: 7997909.

HSL color Cylindrical-coordinate representation of color #D5097A: hue angle of 326.76º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D5097A is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 9 122 -
CMYK 0 0.96 0.43 0.16
HSL 326.76º 0.92% 0.44% -
HSV(B) 326.76º 0.96% 0.84% -
XYZ 31.05 15.75 19.82 -
YUV 82.88 150.09 220.81 -
System Red Green Blue C M Y K H S L
Decimal 213 9 122 0 0.96 0.43 0.16 326.76 0.92 0.44
Hex D5 9 7A 0 60 2B 10 147 5C 2C
Octal 325 11 172 0 140 53 20 507 134 54
Binary 11010101 1001 1111010 0 1100000 101011 10000 101000111 1011100 101100

Color Harmonies of #D5097A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5097A

Black with #D5097A

Text Example


Text Example

White with #D5097A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5097A; }

 p { color: rgb(213,9,122); }

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

background-color css

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

 a { background-color: rgb(213,9,122); }

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

border-color css

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

 span { border-color: rgb(213,9,122); }

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