Html Css Color HEX #D5148B Medium Violet Red

📋 copy color: '#D5148B'

red 213 ◦ green 20 ◦ blue 139

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

Shades of Medium Violet Red #D5148B

Tints of Medium Violet Red #D5148B

RGB

 RED value IS 213 (83.59% from 255) = 57.26%

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

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

R = 57.26%
G = 5.38%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5148B (or 0xD5148B) is known color: Medium Violet Red. HEX triplet: D5, 14 and 8B. RGB value is (213,20,139). Sum of RGB (Red+Green+Blue) = 213+20+139=372 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.26% from 372); Green value is 20 (8.20% from 255 or 5.38% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 213 - color contains mainly: red. Hex color #D5148B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5148B is #2AEB74. Grayscale: #5A5A5A. Windows color (decimal): -2812789 or 9114837. OLE color: 9114837.

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

Color convert

RGB 213 20 139 -
CMYK 0 0.91 0.35 0.16
HSL 323.01º 0.83% 0.46% -
HSV(B) 323.01º 0.91% 0.84% -
XYZ 32.35 16.51 25.91 -
YUV 91.27 154.94 214.82 -
System Red Green Blue C M Y K H S L
Decimal 213 20 139 0 0.91 0.35 0.16 323.01 0.83 0.46
Hex D5 14 8B 0 5B 23 10 143 53 2E
Octal 325 24 213 0 133 43 20 503 123 56
Binary 11010101 10100 10001011 0 1011011 100011 10000 101000011 1010011 101110

Color Harmonies of #D5148B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5148B

Black with #D5148B

Text Example


Text Example

White with #D5148B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5148B; }

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

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

background-color css

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

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

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

border-color css

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

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

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