Html Css Color HEX #D5148A Medium Violet Red

📋 copy color: '#D5148A'

red 213 ◦ green 20 ◦ blue 138

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

Shades of Medium Violet Red #D5148A

Tints of Medium Violet Red #D5148A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.2%

R = 57.41%
G = 5.39%
B = 37.2%

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

#D5148A (or 0xD5148A) is known color: Medium Violet Red. HEX triplet: D5, 14 and 8A. RGB value is (213,20,138). Sum of RGB (Red+Green+Blue) = 213+20+138=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D5148A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5148A is #2AEB75. Grayscale: #5A5A5A. Windows color (decimal): -2812790 or 9049301. OLE color: 9049301.

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

Color convert

RGB 213 20 138 -
CMYK 0 0.91 0.35 0.16
HSL 323.32º 0.83% 0.46% -
HSV(B) 323.32º 0.91% 0.84% -
XYZ 32.28 16.48 25.52 -
YUV 91.16 154.44 214.91 -
System Red Green Blue C M Y K H S L
Decimal 213 20 138 0 0.91 0.35 0.16 323.32 0.83 0.46
Hex D5 14 8A 0 5B 23 10 143 53 2E
Octal 325 24 212 0 133 43 20 503 123 56
Binary 11010101 10100 10001010 0 1011011 100011 10000 101000011 1010011 101110

Color Harmonies of #D5148A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5148A

Black with #D5148A

Text Example


Text Example

White with #D5148A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5148A; }

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

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

background-color css

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

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

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

border-color css

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

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

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