Html Css Color HEX #D5149A Medium Violet Red

📋 copy color: '#D5149A'

red 213 ◦ green 20 ◦ blue 154

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

Shades of Medium Violet Red #D5149A

Tints of Medium Violet Red #D5149A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.17%

 BLUE value IS 154 (60.55% from 255) = 39.79%

R = 55.04%
G = 5.17%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D5149A (or 0xD5149A) is known color: Medium Violet Red. HEX triplet: D5, 14 and 9A. RGB value is (213,20,154). Sum of RGB (Red+Green+Blue) = 213+20+154=387 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.04% from 387); Green value is 20 (8.20% from 255 or 5.17% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 213 - color contains mainly: red. Hex color #D5149A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5149A is #2AEB65. Grayscale: #5C5C5C. Windows color (decimal): -2812774 or 10097877. OLE color: 10097877.

HSL color Cylindrical-coordinate representation of color #D5149A: hue angle of 318.34º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D5149A is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 20 154 -
CMYK 0 0.91 0.28 0.16
HSL 318.34º 0.83% 0.46% -
HSV(B) 318.34º 0.91% 0.84% -
XYZ 33.52 16.98 32.08 -
YUV 92.98 162.44 213.6 -
System Red Green Blue C M Y K H S L
Decimal 213 20 154 0 0.91 0.28 0.16 318.34 0.83 0.46
Hex D5 14 9A 0 5B 1C 10 13E 53 2E
Octal 325 24 232 0 133 34 20 476 123 56
Binary 11010101 10100 10011010 0 1011011 11100 10000 100111110 1010011 101110

Color Harmonies of #D5149A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5149A

Black with #D5149A

Text Example


Text Example

White with #D5149A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5149A; }

 p { color: rgb(213,20,154); }

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

background-color css

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

 a { background-color: rgb(213,20,154); }

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

border-color css

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

 span { border-color: rgb(213,20,154); }

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