Html Css Color HEX #D51BA5 Medium Violet Red

📋 copy color: '#D51BA5'

red 213 ◦ green 27 ◦ blue 165

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

Shades of Medium Violet Red #D51BA5

Tints of Medium Violet Red #D51BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 40.74%

R = 52.59%
G = 6.67%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D51BA5 (or 0xD51BA5) is known color: Medium Violet Red. HEX triplet: D5, 1B and A5. RGB value is (213,27,165). Sum of RGB (Red+Green+Blue) = 213+27+165=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 27 (10.94% from 255 or 6.67% from 405); Blue value is 165 (64.84% from 255 or 40.74% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D51BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51BA5 is #2AE45A. Grayscale: #616161. Windows color (decimal): -2810971 or 10820565. OLE color: 10820565.

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

Color convert

RGB 213 27 165 -
CMYK 0 0.87 0.23 0.16
HSL 315.48º 0.78% 0.47% -
HSV(B) 315.48º 0.87% 0.84% -
XYZ 34.62 17.65 37.18 -
YUV 98.35 165.62 209.78 -
System Red Green Blue C M Y K H S L
Decimal 213 27 165 0 0.87 0.23 0.16 315.48 0.78 0.47
Hex D5 1B A5 0 57 17 10 13B 4E 2F
Octal 325 33 245 0 127 27 20 473 116 57
Binary 11010101 11011 10100101 0 1010111 10111 10000 100111011 1001110 101111

Color Harmonies of #D51BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51BA5

Black with #D51BA5

Text Example


Text Example

White with #D51BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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