Html Css Color HEX #D1248E Medium Violet Red

📋 copy color: '#D1248E'

red 209 ◦ green 36 ◦ blue 142

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

Shades of Medium Violet Red #D1248E

Tints of Medium Violet Red #D1248E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.69%

R = 54.01%
G = 9.3%
B = 36.69%

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

#D1248E (or 0xD1248E) is known color: Medium Violet Red. HEX triplet: D1, 24 and 8E. RGB value is (209,36,142). Sum of RGB (Red+Green+Blue) = 209+36+142=387 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.01% from 387); Green value is 36 (14.45% from 255 or 9.30% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 209 - color contains mainly: red. Hex color #D1248E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1248E is #2EDB71. Grayscale: #636363. Windows color (decimal): -3070834 or 9315537. OLE color: 9315537.

HSL color Cylindrical-coordinate representation of color #D1248E: hue angle of 323.24º 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 #D1248E is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 36 142 -
CMYK 0 0.83 0.32 0.18
HSL 323.24º 0.71% 0.48% -
HSV(B) 323.24º 0.83% 0.82% -
XYZ 31.81 16.77 27.15 -
YUV 99.81 151.81 205.88 -
System Red Green Blue C M Y K H S L
Decimal 209 36 142 0 0.83 0.32 0.18 323.24 0.71 0.48
Hex D1 24 8E 0 53 20 12 143 47 30
Octal 321 44 216 0 123 40 22 503 107 60
Binary 11010001 100100 10001110 0 1010011 100000 10010 101000011 1000111 110000

Color Harmonies of #D1248E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1248E

Black with #D1248E

Text Example


Text Example

White with #D1248E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1248E; }

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

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

background-color css

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

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

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

border-color css

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

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

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