Html Css Color HEX #D1248F Medium Violet Red

📋 copy color: '#D1248F'

red 209 ◦ green 36 ◦ blue 143

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

Shades of Medium Violet Red #D1248F

Tints of Medium Violet Red #D1248F

RGB

 RED value IS 209 (82.03% from 255) = 53.87%

 GREEN value IS 36 (14.45% from 255) = 9.28%

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

R = 53.87%
G = 9.28%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D1248F (or 0xD1248F) is known color: Medium Violet Red. HEX triplet: D1, 24 and 8F. RGB value is (209,36,143). Sum of RGB (Red+Green+Blue) = 209+36+143=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 36 (14.45% from 255 or 9.28% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D1248F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1248F is #2EDB70. Grayscale: #636363. Windows color (decimal): -3070833 or 9381073. OLE color: 9381073.

HSL color Cylindrical-coordinate representation of color #D1248F: hue angle of 322.89º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D1248F is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 36 143 -
CMYK 0 0.83 0.32 0.18
HSL 322.89º 0.71% 0.48% -
HSV(B) 322.89º 0.83% 0.82% -
XYZ 31.88 16.8 27.55 -
YUV 99.93 152.31 205.8 -
System Red Green Blue C M Y K H S L
Decimal 209 36 143 0 0.83 0.32 0.18 322.89 0.71 0.48
Hex D1 24 8F 0 53 20 12 143 47 30
Octal 321 44 217 0 123 40 22 503 107 60
Binary 11010001 100100 10001111 0 1010011 100000 10010 101000011 1000111 110000

Color Harmonies of #D1248F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1248F

Black with #D1248F

Text Example


Text Example

White with #D1248F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1248F; }

 p { color: rgb(209,36,143); }

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

background-color css

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

 a { background-color: rgb(209,36,143); }

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

border-color css

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

 span { border-color: rgb(209,36,143); }

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