Html Css Color HEX #D8149A Medium Violet Red

📋 copy color: '#D8149A'

red 216 ◦ green 20 ◦ blue 154

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

Shades of Medium Violet Red #D8149A

Tints of Medium Violet Red #D8149A

RGB

 RED value IS 216 (84.77% from 255) = 55.38%

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

 BLUE value IS 154 (60.55% from 255) = 39.49%

R = 55.38%
G = 5.13%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D8149A (or 0xD8149A) is known color: Medium Violet Red. HEX triplet: D8, 14 and 9A. RGB value is (216,20,154). Sum of RGB (Red+Green+Blue) = 216+20+154=390 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.38% from 390); Green value is 20 (8.20% from 255 or 5.13% from 390); Blue value is 154 (60.55% from 255 or 39.49% from 390); Max value from RGB is 216 - color contains mainly: red. Hex color #D8149A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8149A is #27EB65. Grayscale: #5D5D5D. Windows color (decimal): -2616166 or 10097880. OLE color: 10097880.

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

Color convert

RGB 216 20 154 -
CMYK 0 0.91 0.29 0.15
HSL 318.98º 0.83% 0.46% -
HSV(B) 318.98º 0.91% 0.85% -
XYZ 34.4 17.43 32.12 -
YUV 93.88 161.93 215.1 -
System Red Green Blue C M Y K H S L
Decimal 216 20 154 0 0.91 0.29 0.15 318.98 0.83 0.46
Hex D8 14 9A 0 5B 1D F 13F 53 2E
Octal 330 24 232 0 133 35 17 477 123 56
Binary 11011000 10100 10011010 0 1011011 11101 1111 100111111 1010011 101110

Color Harmonies of #D8149A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8149A

Black with #D8149A

Text Example


Text Example

White with #D8149A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8149A; }

 p { color: rgb(216,20,154); }

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

background-color css

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

 a { background-color: rgb(216,20,154); }

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

border-color css

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

 span { border-color: rgb(216,20,154); }

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