Html Css Color HEX #D5187B Medium Violet Red

📋 copy color: '#D5187B'

red 213 ◦ green 24 ◦ blue 123

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

Shades of Medium Violet Red #D5187B

Tints of Medium Violet Red #D5187B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.67%

 BLUE value IS 123 (48.44% from 255) = 34.17%

R = 59.17%
G = 6.67%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5187B (or 0xD5187B) is known color: Medium Violet Red. HEX triplet: D5, 18 and 7B. RGB value is (213,24,123). Sum of RGB (Red+Green+Blue) = 213+24+123=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D5187B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5187B is #2AE784. Grayscale: #5B5B5B. Windows color (decimal): -2811781 or 8067285. OLE color: 8067285.

HSL color Cylindrical-coordinate representation of color #D5187B: hue angle of 328.57º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D5187B is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 24 123 -
CMYK 0 0.89 0.42 0.16
HSL 328.57º 0.8% 0.46% -
HSV(B) 328.57º 0.89% 0.84% -
XYZ 31.34 16.23 20.22 -
YUV 91.8 145.62 214.45 -
System Red Green Blue C M Y K H S L
Decimal 213 24 123 0 0.89 0.42 0.16 328.57 0.8 0.46
Hex D5 18 7B 0 59 2A 10 149 50 2E
Octal 325 30 173 0 131 52 20 511 120 56
Binary 11010101 11000 1111011 0 1011001 101010 10000 101001001 1010000 101110

Color Harmonies of #D5187B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5187B

Black with #D5187B

Text Example


Text Example

White with #D5187B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5187B; }

 p { color: rgb(213,24,123); }

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

background-color css

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

 a { background-color: rgb(213,24,123); }

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

border-color css

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

 span { border-color: rgb(213,24,123); }

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