Html Css Color HEX #D5198D Medium Violet Red

📋 copy color: '#D5198D'

red 213 ◦ green 25 ◦ blue 141

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

Shades of Medium Violet Red #D5198D

Tints of Medium Violet Red #D5198D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.2%

R = 56.2%
G = 6.6%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5198D (or 0xD5198D) is known color: Medium Violet Red. HEX triplet: D5, 19 and 8D. RGB value is (213,25,141). Sum of RGB (Red+Green+Blue) = 213+25+141=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 25 (10.16% from 255 or 6.60% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D5198D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5198D is #2AE672. Grayscale: #5E5E5E. Windows color (decimal): -2811507 or 9247189. OLE color: 9247189.

HSL color Cylindrical-coordinate representation of color #D5198D: hue angle of 322.98º 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 #D5198D is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 25 141 -
CMYK 0 0.88 0.34 0.16
HSL 322.98º 0.79% 0.47% -
HSV(B) 322.98º 0.88% 0.84% -
XYZ 32.6 16.76 26.72 -
YUV 94.44 154.28 212.57 -
System Red Green Blue C M Y K H S L
Decimal 213 25 141 0 0.88 0.34 0.16 322.98 0.79 0.47
Hex D5 19 8D 0 58 22 10 143 4F 2F
Octal 325 31 215 0 130 42 20 503 117 57
Binary 11010101 11001 10001101 0 1011000 100010 10000 101000011 1001111 101111

Color Harmonies of #D5198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5198D

Black with #D5198D

Text Example


Text Example

White with #D5198D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5198D; }

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

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

background-color css

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

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

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

border-color css

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

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

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