Html Css Color HEX #D51B8C Medium Violet Red

📋 copy color: '#D51B8C'

red 213 ◦ green 27 ◦ blue 140

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

Shades of Medium Violet Red #D51B8C

Tints of Medium Violet Red #D51B8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.84%

R = 56.05%
G = 7.11%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D51B8C (or 0xD51B8C) is known color: Medium Violet Red. HEX triplet: D5, 1B and 8C. RGB value is (213,27,140). Sum of RGB (Red+Green+Blue) = 213+27+140=380 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.05% from 380); Green value is 27 (10.94% from 255 or 7.11% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 213 - color contains mainly: red. Hex color #D51B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51B8C is #2AE473. Grayscale: #5F5F5F. Windows color (decimal): -2810996 or 9182165. OLE color: 9182165.

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

Color convert

RGB 213 27 140 -
CMYK 0 0.87 0.34 0.16
HSL 323.55º 0.78% 0.47% -
HSV(B) 323.55º 0.87% 0.84% -
XYZ 32.57 16.82 26.34 -
YUV 95.5 153.12 211.81 -
System Red Green Blue C M Y K H S L
Decimal 213 27 140 0 0.87 0.34 0.16 323.55 0.78 0.47
Hex D5 1B 8C 0 57 22 10 144 4E 2F
Octal 325 33 214 0 127 42 20 504 116 57
Binary 11010101 11011 10001100 0 1010111 100010 10000 101000100 1001110 101111

Color Harmonies of #D51B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51B8C

Black with #D51B8C

Text Example


Text Example

White with #D51B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51B8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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