Html Css Color HEX #D7138D Medium Violet Red

📋 copy color: '#D7138D'

red 215 ◦ green 19 ◦ blue 141

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

Shades of Medium Violet Red #D7138D

Tints of Medium Violet Red #D7138D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.6%

R = 57.33%
G = 5.07%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D7138D (or 0xD7138D) is known color: Medium Violet Red. HEX triplet: D7, 13 and 8D. RGB value is (215,19,141). Sum of RGB (Red+Green+Blue) = 215+19+141=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D7138D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7138D is #28EC72. Grayscale: #5B5B5B. Windows color (decimal): -2681971 or 9245655. OLE color: 9245655.

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

Color convert

RGB 215 19 141 -
CMYK 0 0.91 0.34 0.16
HSL 322.65º 0.84% 0.46% -
HSV(B) 322.65º 0.91% 0.84% -
XYZ 33.06 16.84 26.71 -
YUV 91.51 155.93 216.08 -
System Red Green Blue C M Y K H S L
Decimal 215 19 141 0 0.91 0.34 0.16 322.65 0.84 0.46
Hex D7 13 8D 0 5B 22 10 143 54 2E
Octal 327 23 215 0 133 42 20 503 124 56
Binary 11010111 10011 10001101 0 1011011 100010 10000 101000011 1010100 101110

Color Harmonies of #D7138D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7138D

Black with #D7138D

Text Example


Text Example

White with #D7138D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7138D; }

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

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

background-color css

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

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

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

border-color css

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

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

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