Html Css Color HEX #D5187F Medium Violet Red

📋 copy color: '#D5187F'

red 213 ◦ green 24 ◦ blue 127

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

Shades of Medium Violet Red #D5187F

Tints of Medium Violet Red #D5187F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.89%

R = 58.52%
G = 6.59%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D5187F (or 0xD5187F) is known color: Medium Violet Red. HEX triplet: D5, 18 and 7F. RGB value is (213,24,127). Sum of RGB (Red+Green+Blue) = 213+24+127=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D5187F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5187F is #2AE780. Grayscale: #5C5C5C. Windows color (decimal): -2811777 or 8329429. OLE color: 8329429.

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

Color convert

RGB 213 24 127 -
CMYK 0 0.89 0.40 0.16
HSL 327.3º 0.8% 0.46% -
HSV(B) 327.3º 0.89% 0.84% -
XYZ 31.6 16.33 21.57 -
YUV 92.25 147.62 214.12 -
System Red Green Blue C M Y K H S L
Decimal 213 24 127 0 0.89 0.40 0.16 327.3 0.8 0.46
Hex D5 18 7F 0 59 28 10 147 50 2E
Octal 325 30 177 0 131 50 20 507 120 56
Binary 11010101 11000 1111111 0 1011001 101000 10000 101000111 1010000 101110

Color Harmonies of #D5187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5187F

Black with #D5187F

Text Example


Text Example

White with #D5187F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5187F; }

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

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

background-color css

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

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

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

border-color css

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

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

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