Html Css Color HEX #D3148B Medium Violet Red

📋 copy color: '#D3148B'

red 211 ◦ green 20 ◦ blue 139

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

Shades of Medium Violet Red #D3148B

Tints of Medium Violet Red #D3148B

RGB

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

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

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

R = 57.03%
G = 5.41%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D3148B (or 0xD3148B) is known color: Medium Violet Red. HEX triplet: D3, 14 and 8B. RGB value is (211,20,139). Sum of RGB (Red+Green+Blue) = 211+20+139=370 (49% of max value = 765). Red value is 211 (82.81% from 255 or 57.03% from 370); Green value is 20 (8.20% from 255 or 5.41% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 211 - color contains mainly: red. Hex color #D3148B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3148B is #2CEB74. Grayscale: #5A5A5A. Windows color (decimal): -2943861 or 9114835. OLE color: 9114835.

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

Color convert

RGB 211 20 139 -
CMYK 0 0.91 0.34 0.17
HSL 322.62º 0.83% 0.45% -
HSV(B) 322.62º 0.91% 0.83% -
XYZ 31.77 16.21 25.88 -
YUV 90.68 155.28 213.82 -
System Red Green Blue C M Y K H S L
Decimal 211 20 139 0 0.91 0.34 0.17 322.62 0.83 0.45
Hex D3 14 8B 0 5B 22 11 143 53 2D
Octal 323 24 213 0 133 42 21 503 123 55
Binary 11010011 10100 10001011 0 1011011 100010 10001 101000011 1010011 101101

Color Harmonies of #D3148B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3148B

Black with #D3148B

Text Example


Text Example

White with #D3148B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3148B; }

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

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

background-color css

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

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

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

border-color css

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

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

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