Html Css Color HEX #D1249A Medium Violet Red

📋 copy color: '#D1249A'

red 209 ◦ green 36 ◦ blue 154

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

Shades of Medium Violet Red #D1249A

Tints of Medium Violet Red #D1249A

RGB

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

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

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

R = 52.38%
G = 9.02%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D1249A (or 0xD1249A) is known color: Medium Violet Red. HEX triplet: D1, 24 and 9A. RGB value is (209,36,154). Sum of RGB (Red+Green+Blue) = 209+36+154=399 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.38% from 399); Green value is 36 (14.45% from 255 or 9.02% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 209 - color contains mainly: red. Hex color #D1249A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1249A is #2EDB65. Grayscale: #646464. Windows color (decimal): -3070822 or 10101969. OLE color: 10101969.

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

Color convert

RGB 209 36 154 -
CMYK 0 0.83 0.26 0.18
HSL 319.08º 0.71% 0.48% -
HSV(B) 319.08º 0.83% 0.82% -
XYZ 32.76 17.15 32.16 -
YUV 101.18 157.81 204.91 -
System Red Green Blue C M Y K H S L
Decimal 209 36 154 0 0.83 0.26 0.18 319.08 0.71 0.48
Hex D1 24 9A 0 53 1A 12 13F 47 30
Octal 321 44 232 0 123 32 22 477 107 60
Binary 11010001 100100 10011010 0 1010011 11010 10010 100111111 1000111 110000

Color Harmonies of #D1249A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1249A

Black with #D1249A

Text Example


Text Example

White with #D1249A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1249A; }

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

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

background-color css

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

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

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

border-color css

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

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

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