Html Css Color HEX #D5188F Medium Violet Red

📋 copy color: '#D5188F'

red 213 ◦ green 24 ◦ blue 143

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

Shades of Medium Violet Red #D5188F

Tints of Medium Violet Red #D5188F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.63%

R = 56.05%
G = 6.32%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5188F (or 0xD5188F) is known color: Medium Violet Red. HEX triplet: D5, 18 and 8F. RGB value is (213,24,143). Sum of RGB (Red+Green+Blue) = 213+24+143=380 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.05% from 380); Green value is 24 (9.77% from 255 or 6.32% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 213 - color contains mainly: red. Hex color #D5188F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5188F is #2AE770. Grayscale: #5D5D5D. Windows color (decimal): -2811761 or 9378005. OLE color: 9378005.

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

Color convert

RGB 213 24 143 -
CMYK 0 0.89 0.33 0.16
HSL 322.22º 0.8% 0.46% -
HSV(B) 322.22º 0.89% 0.84% -
XYZ 32.73 16.78 27.5 -
YUV 94.08 155.62 212.82 -
System Red Green Blue C M Y K H S L
Decimal 213 24 143 0 0.89 0.33 0.16 322.22 0.8 0.46
Hex D5 18 8F 0 59 21 10 142 50 2E
Octal 325 30 217 0 131 41 20 502 120 56
Binary 11010101 11000 10001111 0 1011001 100001 10000 101000010 1010000 101110

Color Harmonies of #D5188F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5188F

Black with #D5188F

Text Example


Text Example

White with #D5188F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5188F; }

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

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

background-color css

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

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

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

border-color css

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

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

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