Html Css Color HEX #D51D9E Medium Violet Red

📋 copy color: '#D51D9E'

red 213 ◦ green 29 ◦ blue 158

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

Shades of Medium Violet Red #D51D9E

Tints of Medium Violet Red #D51D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.5%

R = 53.25%
G = 7.25%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D51D9E (or 0xD51D9E) is known color: Medium Violet Red. HEX triplet: D5, 1D and 9E. RGB value is (213,29,158). Sum of RGB (Red+Green+Blue) = 213+29+158=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 29 (11.72% from 255 or 7.25% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D51D9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51D9E is #2AE261. Grayscale: #626262. Windows color (decimal): -2810466 or 10362325. OLE color: 10362325.

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

Color convert

RGB 213 29 158 -
CMYK 0 0.86 0.26 0.16
HSL 317.93º 0.76% 0.47% -
HSV(B) 317.93º 0.86% 0.84% -
XYZ 34.05 17.49 33.93 -
YUV 98.72 161.46 209.51 -
System Red Green Blue C M Y K H S L
Decimal 213 29 158 0 0.86 0.26 0.16 317.93 0.76 0.47
Hex D5 1D 9E 0 56 1A 10 13E 4C 2F
Octal 325 35 236 0 126 32 20 476 114 57
Binary 11010101 11101 10011110 0 1010110 11010 10000 100111110 1001100 101111

Color Harmonies of #D51D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51D9E

Black with #D51D9E

Text Example


Text Example

White with #D51D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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