Html Css Color HEX #D51998 Medium Violet Red

📋 copy color: '#D51998'

red 213 ◦ green 25 ◦ blue 152

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

Shades of Medium Violet Red #D51998

Tints of Medium Violet Red #D51998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 38.97%

R = 54.62%
G = 6.41%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D51998 (or 0xD51998) is known color: Medium Violet Red. HEX triplet: D5, 19 and 98. RGB value is (213,25,152). Sum of RGB (Red+Green+Blue) = 213+25+152=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D51998 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51998 is #2AE667. Grayscale: #5F5F5F. Windows color (decimal): -2811496 or 9968085. OLE color: 9968085.

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

Color convert

RGB 213 25 152 -
CMYK 0 0.88 0.29 0.16
HSL 319.47º 0.79% 0.47% -
HSV(B) 319.47º 0.88% 0.84% -
XYZ 33.46 17.11 31.24 -
YUV 95.69 159.78 211.67 -
System Red Green Blue C M Y K H S L
Decimal 213 25 152 0 0.88 0.29 0.16 319.47 0.79 0.47
Hex D5 19 98 0 58 1D 10 13F 4F 2F
Octal 325 31 230 0 130 35 20 477 117 57
Binary 11010101 11001 10011000 0 1011000 11101 10000 100111111 1001111 101111

Color Harmonies of #D51998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51998

Black with #D51998

Text Example


Text Example

White with #D51998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51998; }

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

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

background-color css

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

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

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

border-color css

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

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

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