Html Css Color HEX #D3148D Medium Violet Red

📋 copy color: '#D3148D'

red 211 ◦ green 20 ◦ blue 141

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

Shades of Medium Violet Red #D3148D

Tints of Medium Violet Red #D3148D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.38%

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

R = 56.72%
G = 5.38%
B = 37.9%

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

#D3148D (or 0xD3148D) is known color: Medium Violet Red. HEX triplet: D3, 14 and 8D. RGB value is (211,20,141). Sum of RGB (Red+Green+Blue) = 211+20+141=372 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.72% from 372); Green value is 20 (8.20% from 255 or 5.38% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 211 - color contains mainly: red. Hex color #D3148D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3148D is #2CEB72. Grayscale: #5A5A5A. Windows color (decimal): -2943859 or 9245907. OLE color: 9245907.

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

Color convert

RGB 211 20 141 -
CMYK 0 0.91 0.33 0.17
HSL 321.99º 0.83% 0.45% -
HSV(B) 321.99º 0.91% 0.83% -
XYZ 31.92 16.27 26.66 -
YUV 90.9 156.28 213.66 -
System Red Green Blue C M Y K H S L
Decimal 211 20 141 0 0.91 0.33 0.17 321.99 0.83 0.45
Hex D3 14 8D 0 5B 21 11 142 53 2D
Octal 323 24 215 0 133 41 21 502 123 55
Binary 11010011 10100 10001101 0 1011011 100001 10001 101000010 1010011 101101

Color Harmonies of #D3148D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3148D

Black with #D3148D

Text Example


Text Example

White with #D3148D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3148D; }

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

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

background-color css

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

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

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

border-color css

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

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

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