Html Css Color HEX #D51B9A Medium Violet Red

📋 copy color: '#D51B9A'

red 213 ◦ green 27 ◦ blue 154

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

Shades of Medium Violet Red #D51B9A

Tints of Medium Violet Red #D51B9A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.85%

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

R = 54.06%
G = 6.85%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D51B9A (or 0xD51B9A) is known color: Medium Violet Red. HEX triplet: D5, 1B and 9A. RGB value is (213,27,154). Sum of RGB (Red+Green+Blue) = 213+27+154=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 27 (10.94% from 255 or 6.85% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D51B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51B9A is #2AE465. Grayscale: #606060. Windows color (decimal): -2810982 or 10099669. OLE color: 10099669.

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

Color convert

RGB 213 27 154 -
CMYK 0 0.87 0.28 0.16
HSL 319.03º 0.78% 0.47% -
HSV(B) 319.03º 0.87% 0.84% -
XYZ 33.67 17.26 32.13 -
YUV 97.09 160.12 210.67 -
System Red Green Blue C M Y K H S L
Decimal 213 27 154 0 0.87 0.28 0.16 319.03 0.78 0.47
Hex D5 1B 9A 0 57 1C 10 13F 4E 2F
Octal 325 33 232 0 127 34 20 477 116 57
Binary 11010101 11011 10011010 0 1010111 11100 10000 100111111 1001110 101111

Color Harmonies of #D51B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51B9A

Black with #D51B9A

Text Example


Text Example

White with #D51B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51B9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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