Html Css Color HEX #D5178B Medium Violet Red

📋 copy color: '#D5178B'

red 213 ◦ green 23 ◦ blue 139

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

Shades of Medium Violet Red #D5178B

Tints of Medium Violet Red #D5178B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.07%

R = 56.8%
G = 6.13%
B = 37.07%

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

#D5178B (or 0xD5178B) is known color: Medium Violet Red. HEX triplet: D5, 17 and 8B. RGB value is (213,23,139). Sum of RGB (Red+Green+Blue) = 213+23+139=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D5178B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5178B is #2AE874. Grayscale: #5C5C5C. Windows color (decimal): -2812021 or 9115605. OLE color: 9115605.

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

Color convert

RGB 213 23 139 -
CMYK 0 0.89 0.35 0.16
HSL 323.37º 0.81% 0.46% -
HSV(B) 323.37º 0.89% 0.84% -
XYZ 32.41 16.62 25.93 -
YUV 93.03 153.95 213.57 -
System Red Green Blue C M Y K H S L
Decimal 213 23 139 0 0.89 0.35 0.16 323.37 0.81 0.46
Hex D5 17 8B 0 59 23 10 143 51 2E
Octal 325 27 213 0 131 43 20 503 121 56
Binary 11010101 10111 10001011 0 1011001 100011 10000 101000011 1010001 101110

Color Harmonies of #D5178B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5178B

Black with #D5178B

Text Example


Text Example

White with #D5178B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5178B; }

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

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

background-color css

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

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

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

border-color css

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

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

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