Html Css Color HEX #D5187A Medium Violet Red

📋 copy color: '#D5187A'

red 213 ◦ green 24 ◦ blue 122

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

Shades of Medium Violet Red #D5187A

Tints of Medium Violet Red #D5187A

RGB

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

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

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

R = 59.33%
G = 6.69%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D5187A (or 0xD5187A) is known color: Medium Violet Red. HEX triplet: D5, 18 and 7A. RGB value is (213,24,122). Sum of RGB (Red+Green+Blue) = 213+24+122=359 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.33% from 359); Green value is 24 (9.77% from 255 or 6.69% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 213 - color contains mainly: red. Hex color #D5187A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5187A is #2AE785. Grayscale: #5B5B5B. Windows color (decimal): -2811782 or 8001749. OLE color: 8001749.

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

Color convert

RGB 213 24 122 -
CMYK 0 0.89 0.43 0.16
HSL 328.89º 0.8% 0.46% -
HSV(B) 328.89º 0.89% 0.84% -
XYZ 31.28 16.2 19.89 -
YUV 91.68 145.12 214.53 -
System Red Green Blue C M Y K H S L
Decimal 213 24 122 0 0.89 0.43 0.16 328.89 0.8 0.46
Hex D5 18 7A 0 59 2B 10 149 50 2E
Octal 325 30 172 0 131 53 20 511 120 56
Binary 11010101 11000 1111010 0 1011001 101011 10000 101001001 1010000 101110

Color Harmonies of #D5187A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5187A

Black with #D5187A

Text Example


Text Example

White with #D5187A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5187A; }

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

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

background-color css

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

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

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

border-color css

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

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

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