Html Css Color HEX #D51286 Medium Violet Red

📋 copy color: '#D51286'

red 213 ◦ green 18 ◦ blue 134

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

Shades of Medium Violet Red #D51286

Tints of Medium Violet Red #D51286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.71%

R = 58.36%
G = 4.93%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D51286 (or 0xD51286) is known color: Medium Violet Red. HEX triplet: D5, 12 and 86. RGB value is (213,18,134). Sum of RGB (Red+Green+Blue) = 213+18+134=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D51286 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51286 is #2AED79. Grayscale: #595959. Windows color (decimal): -2813306 or 8786645. OLE color: 8786645.

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

Color convert

RGB 213 18 134 -
CMYK 0 0.92 0.37 0.16
HSL 324.31º 0.84% 0.45% -
HSV(B) 324.31º 0.92% 0.84% -
XYZ 31.96 16.3 24.02 -
YUV 89.53 153.1 216.07 -
System Red Green Blue C M Y K H S L
Decimal 213 18 134 0 0.92 0.37 0.16 324.31 0.84 0.45
Hex D5 12 86 0 5C 25 10 144 54 2D
Octal 325 22 206 0 134 45 20 504 124 55
Binary 11010101 10010 10000110 0 1011100 100101 10000 101000100 1010100 101101

Color Harmonies of #D51286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51286

Black with #D51286

Text Example


Text Example

White with #D51286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51286; }

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

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

background-color css

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

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

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

border-color css

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

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

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