Html Css Color HEX #D51298 Medium Violet Red

📋 copy color: '#D51298'

red 213 ◦ green 18 ◦ blue 152

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

Shades of Medium Violet Red #D51298

Tints of Medium Violet Red #D51298

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.7%

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

R = 55.61%
G = 4.7%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D51298 (or 0xD51298) is known color: Medium Violet Red. HEX triplet: D5, 12 and 98. RGB value is (213,18,152). Sum of RGB (Red+Green+Blue) = 213+18+152=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 18 (7.42% from 255 or 4.70% from 383); Blue value is 152 (59.77% from 255 or 39.69% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D51298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51298 is #2AED67. Grayscale: #5B5B5B. Windows color (decimal): -2813288 or 9966293. OLE color: 9966293.

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

Color convert

RGB 213 18 152 -
CMYK 0 0.92 0.29 0.16
HSL 318.77º 0.84% 0.45% -
HSV(B) 318.77º 0.92% 0.84% -
XYZ 33.32 16.85 31.2 -
YUV 91.58 162.1 214.6 -
System Red Green Blue C M Y K H S L
Decimal 213 18 152 0 0.92 0.29 0.16 318.77 0.84 0.45
Hex D5 12 98 0 5C 1D 10 13F 54 2D
Octal 325 22 230 0 134 35 20 477 124 55
Binary 11010101 10010 10011000 0 1011100 11101 10000 100111111 1010100 101101

Color Harmonies of #D51298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51298

Black with #D51298

Text Example


Text Example

White with #D51298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51298; }

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

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

background-color css

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

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

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

border-color css

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

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

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