Html Css Color HEX #D51D93 Medium Violet Red

📋 copy color: '#D51D93'

red 213 ◦ green 29 ◦ blue 147

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

Shades of Medium Violet Red #D51D93

Tints of Medium Violet Red #D51D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 37.79%

R = 54.76%
G = 7.46%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D51D93 (or 0xD51D93) is known color: Medium Violet Red. HEX triplet: D5, 1D and 93. RGB value is (213,29,147). Sum of RGB (Red+Green+Blue) = 213+29+147=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 29 (11.72% from 255 or 7.46% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D51D93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51D93 is #2AE26C. Grayscale: #616161. Windows color (decimal): -2810477 or 9641429. OLE color: 9641429.

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

Color convert

RGB 213 29 147 -
CMYK 0 0.86 0.31 0.16
HSL 321.52º 0.76% 0.47% -
HSV(B) 321.52º 0.86% 0.84% -
XYZ 33.15 17.13 29.16 -
YUV 97.47 155.96 210.41 -
System Red Green Blue C M Y K H S L
Decimal 213 29 147 0 0.86 0.31 0.16 321.52 0.76 0.47
Hex D5 1D 93 0 56 1F 10 142 4C 2F
Octal 325 35 223 0 126 37 20 502 114 57
Binary 11010101 11101 10010011 0 1010110 11111 10000 101000010 1001100 101111

Color Harmonies of #D51D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51D93

Black with #D51D93

Text Example


Text Example

White with #D51D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51D93; }

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

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

background-color css

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

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

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

border-color css

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

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

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