Html Css Color HEX #D51282 Medium Violet Red

📋 copy color: '#D51282'

red 213 ◦ green 18 ◦ blue 130

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

Shades of Medium Violet Red #D51282

Tints of Medium Violet Red #D51282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.01%

R = 59%
G = 4.99%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D51282 (or 0xD51282) is known color: Medium Violet Red. HEX triplet: D5, 12 and 82. RGB value is (213,18,130). Sum of RGB (Red+Green+Blue) = 213+18+130=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D51282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51282 is #2AED7D. Grayscale: #585858. Windows color (decimal): -2813310 or 8524501. OLE color: 8524501.

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

Color convert

RGB 213 18 130 -
CMYK 0 0.92 0.39 0.16
HSL 325.54º 0.84% 0.45% -
HSV(B) 325.54º 0.92% 0.84% -
XYZ 31.69 16.19 22.57 -
YUV 89.07 151.1 216.39 -
System Red Green Blue C M Y K H S L
Decimal 213 18 130 0 0.92 0.39 0.16 325.54 0.84 0.45
Hex D5 12 82 0 5C 27 10 146 54 2D
Octal 325 22 202 0 134 47 20 506 124 55
Binary 11010101 10010 10000010 0 1011100 100111 10000 101000110 1010100 101101

Color Harmonies of #D51282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51282

Black with #D51282

Text Example


Text Example

White with #D51282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51282; }

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

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

background-color css

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

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

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

border-color css

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

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

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