Html Css Color HEX #D51299 Medium Violet Red

📋 copy color: '#D51299'

red 213 ◦ green 18 ◦ blue 153

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

Shades of Medium Violet Red #D51299

Tints of Medium Violet Red #D51299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 39.84%

R = 55.47%
G = 4.69%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D51299 (or 0xD51299) is known color: Medium Violet Red. HEX triplet: D5, 12 and 99. RGB value is (213,18,153). Sum of RGB (Red+Green+Blue) = 213+18+153=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 18 (7.42% from 255 or 4.69% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D51299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51299 is #2AED66. Grayscale: #5B5B5B. Windows color (decimal): -2813287 or 10031829. OLE color: 10031829.

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

Color convert

RGB 213 18 153 -
CMYK 0 0.92 0.28 0.16
HSL 318.46º 0.84% 0.45% -
HSV(B) 318.46º 0.92% 0.84% -
XYZ 33.41 16.88 31.63 -
YUV 91.7 162.6 214.52 -
System Red Green Blue C M Y K H S L
Decimal 213 18 153 0 0.92 0.28 0.16 318.46 0.84 0.45
Hex D5 12 99 0 5C 1C 10 13E 54 2D
Octal 325 22 231 0 134 34 20 476 124 55
Binary 11010101 10010 10011001 0 1011100 11100 10000 100111110 1010100 101101

Color Harmonies of #D51299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51299

Black with #D51299

Text Example


Text Example

White with #D51299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51299; }

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

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

background-color css

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

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

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

border-color css

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

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

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