Html Css Color HEX #D51B88 Medium Violet Red

📋 copy color: '#D51B88'

red 213 ◦ green 27 ◦ blue 136

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

Shades of Medium Violet Red #D51B88

Tints of Medium Violet Red #D51B88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.17%

R = 56.65%
G = 7.18%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D51B88 (or 0xD51B88) is known color: Medium Violet Red. HEX triplet: D5, 1B and 88. RGB value is (213,27,136). Sum of RGB (Red+Green+Blue) = 213+27+136=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 27 (10.94% from 255 or 7.18% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D51B88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51B88 is #2AE477. Grayscale: #5E5E5E. Windows color (decimal): -2811000 or 8920021. OLE color: 8920021.

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

Color convert

RGB 213 27 136 -
CMYK 0 0.87 0.36 0.16
HSL 324.84º 0.78% 0.47% -
HSV(B) 324.84º 0.87% 0.84% -
XYZ 32.28 16.71 24.82 -
YUV 95.04 151.12 212.14 -
System Red Green Blue C M Y K H S L
Decimal 213 27 136 0 0.87 0.36 0.16 324.84 0.78 0.47
Hex D5 1B 88 0 57 24 10 145 4E 2F
Octal 325 33 210 0 127 44 20 505 116 57
Binary 11010101 11011 10001000 0 1010111 100100 10000 101000101 1001110 101111

Color Harmonies of #D51B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51B88

Black with #D51B88

Text Example


Text Example

White with #D51B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51B88; }

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

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

background-color css

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

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

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

border-color css

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

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

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