Html Css Color HEX #D5197C Medium Violet Red

📋 copy color: '#D5197C'

red 213 ◦ green 25 ◦ blue 124

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

Shades of Medium Violet Red #D5197C

Tints of Medium Violet Red #D5197C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.91%

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

R = 58.84%
G = 6.91%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5197C (or 0xD5197C) is known color: Medium Violet Red. HEX triplet: D5, 19 and 7C. RGB value is (213,25,124). Sum of RGB (Red+Green+Blue) = 213+25+124=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 25 (10.16% from 255 or 6.91% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D5197C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5197C is #2AE683. Grayscale: #5C5C5C. Windows color (decimal): -2811524 or 8133077. OLE color: 8133077.

HSL color Cylindrical-coordinate representation of color #D5197C: hue angle of 328.4º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5197C is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 25 124 -
CMYK 0 0.88 0.42 0.16
HSL 328.4º 0.79% 0.47% -
HSV(B) 328.4º 0.88% 0.84% -
XYZ 31.43 16.3 20.56 -
YUV 92.5 145.78 213.95 -
System Red Green Blue C M Y K H S L
Decimal 213 25 124 0 0.88 0.42 0.16 328.4 0.79 0.47
Hex D5 19 7C 0 58 2A 10 148 4F 2F
Octal 325 31 174 0 130 52 20 510 117 57
Binary 11010101 11001 1111100 0 1011000 101010 10000 101001000 1001111 101111

Color Harmonies of #D5197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5197C

Black with #D5197C

Text Example


Text Example

White with #D5197C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5197C; }

 p { color: rgb(213,25,124); }

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

background-color css

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

 a { background-color: rgb(213,25,124); }

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

border-color css

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

 span { border-color: rgb(213,25,124); }

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