Html Css Color HEX #D5178A Medium Violet Red

📋 copy color: '#D5178A'

red 213 ◦ green 23 ◦ blue 138

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

Shades of Medium Violet Red #D5178A

Tints of Medium Violet Red #D5178A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.15%

 BLUE value IS 138 (54.3% from 255) = 36.9%

R = 56.95%
G = 6.15%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5178A (or 0xD5178A) is known color: Medium Violet Red. HEX triplet: D5, 17 and 8A. RGB value is (213,23,138). Sum of RGB (Red+Green+Blue) = 213+23+138=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 23 (9.38% from 255 or 6.15% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D5178A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5178A is #2AE875. Grayscale: #5C5C5C. Windows color (decimal): -2812022 or 9050069. OLE color: 9050069.

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

Color convert

RGB 213 23 138 -
CMYK 0 0.89 0.35 0.16
HSL 323.68º 0.81% 0.46% -
HSV(B) 323.68º 0.89% 0.84% -
XYZ 32.33 16.59 25.54 -
YUV 92.92 153.45 213.65 -
System Red Green Blue C M Y K H S L
Decimal 213 23 138 0 0.89 0.35 0.16 323.68 0.81 0.46
Hex D5 17 8A 0 59 23 10 144 51 2E
Octal 325 27 212 0 131 43 20 504 121 56
Binary 11010101 10111 10001010 0 1011001 100011 10000 101000100 1010001 101110

Color Harmonies of #D5178A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5178A

Black with #D5178A

Text Example


Text Example

White with #D5178A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5178A; }

 p { color: rgb(213,23,138); }

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

background-color css

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

 a { background-color: rgb(213,23,138); }

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

border-color css

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

 span { border-color: rgb(213,23,138); }

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