Html Css Color HEX #D51398 Medium Violet Red

📋 copy color: '#D51398'

red 213 ◦ green 19 ◦ blue 152

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

Shades of Medium Violet Red #D51398

Tints of Medium Violet Red #D51398

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.95%

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

R = 55.47%
G = 4.95%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D51398 (or 0xD51398) is known color: Medium Violet Red. HEX triplet: D5, 13 and 98. RGB value is (213,19,152). Sum of RGB (Red+Green+Blue) = 213+19+152=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 152 (59.77% from 255 or 39.58% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D51398 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51398 is #2AEC67. Grayscale: #5B5B5B. Windows color (decimal): -2813032 or 9966549. OLE color: 9966549.

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

Color convert

RGB 213 19 152 -
CMYK 0 0.91 0.29 0.16
HSL 318.87º 0.84% 0.45% -
HSV(B) 318.87º 0.91% 0.84% -
XYZ 33.34 16.88 31.21 -
YUV 92.17 161.77 214.19 -
System Red Green Blue C M Y K H S L
Decimal 213 19 152 0 0.91 0.29 0.16 318.87 0.84 0.45
Hex D5 13 98 0 5B 1D 10 13F 54 2D
Octal 325 23 230 0 133 35 20 477 124 55
Binary 11010101 10011 10011000 0 1011011 11101 10000 100111111 1010100 101101

Color Harmonies of #D51398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51398

Black with #D51398

Text Example


Text Example

White with #D51398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51398; }

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

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

background-color css

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

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

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

border-color css

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

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

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