Html Css Color HEX #D51996 Medium Violet Red

📋 copy color: '#D51996'

red 213 ◦ green 25 ◦ blue 150

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

Shades of Medium Violet Red #D51996

Tints of Medium Violet Red #D51996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.66%

R = 54.9%
G = 6.44%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D51996 (or 0xD51996) is known color: Medium Violet Red. HEX triplet: D5, 19 and 96. RGB value is (213,25,150). Sum of RGB (Red+Green+Blue) = 213+25+150=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 25 (10.16% from 255 or 6.44% from 388); Blue value is 150 (58.98% from 255 or 38.66% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D51996 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51996 is #2AE669. Grayscale: #5F5F5F. Windows color (decimal): -2811498 or 9837013. OLE color: 9837013.

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

Color convert

RGB 213 25 150 -
CMYK 0 0.88 0.30 0.16
HSL 320.11º 0.79% 0.47% -
HSV(B) 320.11º 0.88% 0.84% -
XYZ 33.29 17.04 30.39 -
YUV 95.46 158.78 211.84 -
System Red Green Blue C M Y K H S L
Decimal 213 25 150 0 0.88 0.30 0.16 320.11 0.79 0.47
Hex D5 19 96 0 58 1E 10 140 4F 2F
Octal 325 31 226 0 130 36 20 500 117 57
Binary 11010101 11001 10010110 0 1011000 11110 10000 101000000 1001111 101111

Color Harmonies of #D51996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51996

Black with #D51996

Text Example


Text Example

White with #D51996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51996; }

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

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

background-color css

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

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

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

border-color css

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

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

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