Html Css Color HEX #D8148F Medium Violet Red

📋 copy color: '#D8148F'

red 216 ◦ green 20 ◦ blue 143

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

Shades of Medium Violet Red #D8148F

Tints of Medium Violet Red #D8148F

RGB

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

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

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

R = 56.99%
G = 5.28%
B = 37.73%

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

#D8148F (or 0xD8148F) is known color: Medium Violet Red. HEX triplet: D8, 14 and 8F. RGB value is (216,20,143). Sum of RGB (Red+Green+Blue) = 216+20+143=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D8148F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8148F is #27EB70. Grayscale: #5C5C5C. Windows color (decimal): -2616177 or 9376984. OLE color: 9376984.

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

Color convert

RGB 216 20 143 -
CMYK 0 0.91 0.34 0.15
HSL 322.35º 0.83% 0.46% -
HSV(B) 322.35º 0.91% 0.85% -
XYZ 33.53 17.08 27.52 -
YUV 92.63 156.43 216 -
System Red Green Blue C M Y K H S L
Decimal 216 20 143 0 0.91 0.34 0.15 322.35 0.83 0.46
Hex D8 14 8F 0 5B 22 F 142 53 2E
Octal 330 24 217 0 133 42 17 502 123 56
Binary 11011000 10100 10001111 0 1011011 100010 1111 101000010 1010011 101110

Color Harmonies of #D8148F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8148F

Black with #D8148F

Text Example


Text Example

White with #D8148F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8148F; }

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

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

background-color css

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

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

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

border-color css

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

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

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