Html Css Color HEX #D51B7A Medium Violet Red

📋 copy color: '#D51B7A'

red 213 ◦ green 27 ◦ blue 122

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

Shades of Medium Violet Red #D51B7A

Tints of Medium Violet Red #D51B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.7%

R = 58.84%
G = 7.46%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D51B7A (or 0xD51B7A) is known color: Medium Violet Red. HEX triplet: D5, 1B and 7A. RGB value is (213,27,122). Sum of RGB (Red+Green+Blue) = 213+27+122=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 27 (10.94% from 255 or 7.46% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D51B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D51B7A is #2AE485. Grayscale: #5D5D5D. Windows color (decimal): -2811014 or 8002517. OLE color: 8002517.

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

Color convert

RGB 213 27 122 -
CMYK 0 0.87 0.43 0.16
HSL 329.35º 0.78% 0.47% -
HSV(B) 329.35º 0.87% 0.84% -
XYZ 31.35 16.34 19.91 -
YUV 93.44 144.12 213.28 -
System Red Green Blue C M Y K H S L
Decimal 213 27 122 0 0.87 0.43 0.16 329.35 0.78 0.47
Hex D5 1B 7A 0 57 2B 10 149 4E 2F
Octal 325 33 172 0 127 53 20 511 116 57
Binary 11010101 11011 1111010 0 1010111 101011 10000 101001001 1001110 101111

Color Harmonies of #D51B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51B7A

Black with #D51B7A

Text Example


Text Example

White with #D51B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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