Html Css Color HEX #D7138F Medium Violet Red

📋 copy color: '#D7138F'

red 215 ◦ green 19 ◦ blue 143

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

Shades of Medium Violet Red #D7138F

Tints of Medium Violet Red #D7138F

RGB

 RED value IS 215 (84.38% from 255) = 57.03%

 GREEN value IS 19 (7.81% from 255) = 5.04%

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

R = 57.03%
G = 5.04%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D7138F (or 0xD7138F) is known color: Medium Violet Red. HEX triplet: D7, 13 and 8F. RGB value is (215,19,143). Sum of RGB (Red+Green+Blue) = 215+19+143=377 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.03% from 377); Green value is 19 (7.81% from 255 or 5.04% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 215 - color contains mainly: red. Hex color #D7138F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7138F is #28EC70. Grayscale: #5B5B5B. Windows color (decimal): -2681969 or 9376727. OLE color: 9376727.

HSL color Cylindrical-coordinate representation of color #D7138F: hue angle of 322.04º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D7138F is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 19 143 -
CMYK 0 0.91 0.33 0.16
HSL 322.04º 0.84% 0.46% -
HSV(B) 322.04º 0.91% 0.84% -
XYZ 33.22 16.9 27.5 -
YUV 91.74 156.93 215.92 -
System Red Green Blue C M Y K H S L
Decimal 215 19 143 0 0.91 0.33 0.16 322.04 0.84 0.46
Hex D7 13 8F 0 5B 21 10 142 54 2E
Octal 327 23 217 0 133 41 20 502 124 56
Binary 11010111 10011 10001111 0 1011011 100001 10000 101000010 1010100 101110

Color Harmonies of #D7138F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7138F

Black with #D7138F

Text Example


Text Example

White with #D7138F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7138F; }

 p { color: rgb(215,19,143); }

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

background-color css

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

 a { background-color: rgb(215,19,143); }

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

border-color css

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

 span { border-color: rgb(215,19,143); }

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