Html Css Color HEX #D9148A Medium Violet Red

📋 copy color: '#D9148A'

red 217 ◦ green 20 ◦ blue 138

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

Shades of Medium Violet Red #D9148A

Tints of Medium Violet Red #D9148A

RGB

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

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

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

R = 57.87%
G = 5.33%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9148A (or 0xD9148A) is known color: Medium Violet Red. HEX triplet: D9, 14 and 8A. RGB value is (217,20,138). Sum of RGB (Red+Green+Blue) = 217+20+138=375 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.87% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 217 - color contains mainly: red. Hex color #D9148A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9148A is #26EB75. Grayscale: #5C5C5C. Windows color (decimal): -2550646 or 9049305. OLE color: 9049305.

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

Color convert

RGB 217 20 138 -
CMYK 0 0.91 0.36 0.15
HSL 324.06º 0.83% 0.46% -
HSV(B) 324.06º 0.91% 0.85% -
XYZ 33.45 17.09 25.58 -
YUV 92.36 153.77 216.91 -
System Red Green Blue C M Y K H S L
Decimal 217 20 138 0 0.91 0.36 0.15 324.06 0.83 0.46
Hex D9 14 8A 0 5B 24 F 144 53 2E
Octal 331 24 212 0 133 44 17 504 123 56
Binary 11011001 10100 10001010 0 1011011 100100 1111 101000100 1010011 101110

Color Harmonies of #D9148A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9148A

Black with #D9148A

Text Example


Text Example

White with #D9148A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9148A; }

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

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

background-color css

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

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

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

border-color css

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

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

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