Html Css Color HEX #D9148F Medium Violet Red

📋 copy color: '#D9148F'

red 217 ◦ green 20 ◦ blue 143

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

Shades of Medium Violet Red #D9148F

Tints of Medium Violet Red #D9148F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.63%

R = 57.11%
G = 5.26%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D9148F (or 0xD9148F) is known color: Medium Violet Red. HEX triplet: D9, 14 and 8F. RGB value is (217,20,143). Sum of RGB (Red+Green+Blue) = 217+20+143=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 20 (8.20% from 255 or 5.26% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D9148F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9148F is #26EB70. Grayscale: #5C5C5C. Windows color (decimal): -2550641 or 9376985. OLE color: 9376985.

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

Color convert

RGB 217 20 143 -
CMYK 0 0.91 0.34 0.15
HSL 322.54º 0.83% 0.46% -
HSV(B) 322.54º 0.91% 0.85% -
XYZ 33.82 17.24 27.53 -
YUV 92.93 156.27 216.5 -
System Red Green Blue C M Y K H S L
Decimal 217 20 143 0 0.91 0.34 0.15 322.54 0.83 0.46
Hex D9 14 8F 0 5B 22 F 143 53 2E
Octal 331 24 217 0 133 42 17 503 123 56
Binary 11011001 10100 10001111 0 1011011 100010 1111 101000011 1010011 101110

Color Harmonies of #D9148F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9148F

Black with #D9148F

Text Example


Text Example

White with #D9148F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9148F; }

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

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

background-color css

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

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

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

border-color css

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

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

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