Html Css Color HEX #D9148D Medium Violet Red

📋 copy color: '#D9148D'

red 217 ◦ green 20 ◦ blue 141

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

Shades of Medium Violet Red #D9148D

Tints of Medium Violet Red #D9148D

RGB

 RED value IS 217 (85.16% from 255) = 57.41%

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

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

R = 57.41%
G = 5.29%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9148D (or 0xD9148D) is known color: Medium Violet Red. HEX triplet: D9, 14 and 8D. RGB value is (217,20,141). Sum of RGB (Red+Green+Blue) = 217+20+141=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 20 (8.20% from 255 or 5.29% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D9148D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9148D is #26EB72. Grayscale: #5C5C5C. Windows color (decimal): -2550643 or 9245913. OLE color: 9245913.

HSL color Cylindrical-coordinate representation of color #D9148D: hue angle of 323.15º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D9148D is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 20 141 -
CMYK 0 0.91 0.35 0.15
HSL 323.15º 0.83% 0.46% -
HSV(B) 323.15º 0.91% 0.85% -
XYZ 33.67 17.18 26.74 -
YUV 92.7 155.27 216.66 -
System Red Green Blue C M Y K H S L
Decimal 217 20 141 0 0.91 0.35 0.15 323.15 0.83 0.46
Hex D9 14 8D 0 5B 23 F 143 53 2E
Octal 331 24 215 0 133 43 17 503 123 56
Binary 11011001 10100 10001101 0 1011011 100011 1111 101000011 1010011 101110

Color Harmonies of #D9148D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9148D

Black with #D9148D

Text Example


Text Example

White with #D9148D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9148D; }

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

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

background-color css

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

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

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

border-color css

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

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

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