Html Css Color HEX #D3138D Medium Violet Red

📋 copy color: '#D3138D'

red 211 ◦ green 19 ◦ blue 141

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

Shades of Medium Violet Red #D3138D

Tints of Medium Violet Red #D3138D

RGB

 RED value IS 211 (82.81% from 255) = 56.87%

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

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

R = 56.87%
G = 5.12%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D3138D (or 0xD3138D) is known color: Medium Violet Red. HEX triplet: D3, 13 and 8D. RGB value is (211,19,141). Sum of RGB (Red+Green+Blue) = 211+19+141=371 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.87% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 211 - color contains mainly: red. Hex color #D3138D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3138D is #2CEC72. Grayscale: #5A5A5A. Windows color (decimal): -2944115 or 9245651. OLE color: 9245651.

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

Color convert

RGB 211 19 141 -
CMYK 0 0.91 0.33 0.17
HSL 321.88º 0.83% 0.45% -
HSV(B) 321.88º 0.91% 0.83% -
XYZ 31.9 16.24 26.65 -
YUV 90.32 156.61 214.08 -
System Red Green Blue C M Y K H S L
Decimal 211 19 141 0 0.91 0.33 0.17 321.88 0.83 0.45
Hex D3 13 8D 0 5B 21 11 142 53 2D
Octal 323 23 215 0 133 41 21 502 123 55
Binary 11010011 10011 10001101 0 1011011 100001 10001 101000010 1010011 101101

Color Harmonies of #D3138D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3138D

Black with #D3138D

Text Example


Text Example

White with #D3138D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3138D; }

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

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

background-color css

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

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

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

border-color css

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

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

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