Html Css Color HEX #D51D9A Medium Violet Red

📋 copy color: '#D51D9A'

red 213 ◦ green 29 ◦ blue 154

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

Shades of Medium Violet Red #D51D9A

Tints of Medium Violet Red #D51D9A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.32%

 BLUE value IS 154 (60.55% from 255) = 38.89%

R = 53.79%
G = 7.32%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D51D9A (or 0xD51D9A) is known color: Medium Violet Red. HEX triplet: D5, 1D and 9A. RGB value is (213,29,154). Sum of RGB (Red+Green+Blue) = 213+29+154=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 29 (11.72% from 255 or 7.32% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D51D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51D9A is #2AE265. Grayscale: #616161. Windows color (decimal): -2810470 or 10100181. OLE color: 10100181.

HSL color Cylindrical-coordinate representation of color #D51D9A: hue angle of 319.24º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D51D9A is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 29 154 -
CMYK 0 0.86 0.28 0.16
HSL 319.24º 0.76% 0.47% -
HSV(B) 319.24º 0.86% 0.84% -
XYZ 33.71 17.36 32.15 -
YUV 98.27 159.46 209.84 -
System Red Green Blue C M Y K H S L
Decimal 213 29 154 0 0.86 0.28 0.16 319.24 0.76 0.47
Hex D5 1D 9A 0 56 1C 10 13F 4C 2F
Octal 325 35 232 0 126 34 20 477 114 57
Binary 11010101 11101 10011010 0 1010110 11100 10000 100111111 1001100 101111

Color Harmonies of #D51D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51D9A

Black with #D51D9A

Text Example


Text Example

White with #D51D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51D9A; }

 p { color: rgb(213,29,154); }

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

background-color css

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

 a { background-color: rgb(213,29,154); }

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

border-color css

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

 span { border-color: rgb(213,29,154); }

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