Html Css Color HEX #D5148D Medium Violet Red

📋 copy color: '#D5148D'

red 213 ◦ green 20 ◦ blue 141

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

Shades of Medium Violet Red #D5148D

Tints of Medium Violet Red #D5148D

RGB

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

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

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

R = 56.95%
G = 5.35%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5148D (or 0xD5148D) is known color: Medium Violet Red. HEX triplet: D5, 14 and 8D. RGB value is (213,20,141). Sum of RGB (Red+Green+Blue) = 213+20+141=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D5148D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5148D is #2AEB72. Grayscale: #5B5B5B. Windows color (decimal): -2812787 or 9245909. OLE color: 9245909.

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

Color convert

RGB 213 20 141 -
CMYK 0 0.91 0.34 0.16
HSL 322.38º 0.83% 0.46% -
HSV(B) 322.38º 0.91% 0.84% -
XYZ 32.5 16.57 26.68 -
YUV 91.5 155.94 214.66 -
System Red Green Blue C M Y K H S L
Decimal 213 20 141 0 0.91 0.34 0.16 322.38 0.83 0.46
Hex D5 14 8D 0 5B 22 10 142 53 2E
Octal 325 24 215 0 133 42 20 502 123 56
Binary 11010101 10100 10001101 0 1011011 100010 10000 101000010 1010011 101110

Color Harmonies of #D5148D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5148D

Black with #D5148D

Text Example


Text Example

White with #D5148D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5148D; }

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

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

background-color css

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

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

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

border-color css

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

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

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