Html Css Color HEX #D1249D Medium Violet Red

📋 copy color: '#D1249D'

red 209 ◦ green 36 ◦ blue 157

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

Shades of Medium Violet Red #D1249D

Tints of Medium Violet Red #D1249D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.05%

R = 51.99%
G = 8.96%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D1249D (or 0xD1249D) is known color: Medium Violet Red. HEX triplet: D1, 24 and 9D. RGB value is (209,36,157). Sum of RGB (Red+Green+Blue) = 209+36+157=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 36 (14.45% from 255 or 8.96% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D1249D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1249D is #2EDB62. Grayscale: #656565. Windows color (decimal): -3070819 or 10298577. OLE color: 10298577.

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

Color convert

RGB 209 36 157 -
CMYK 0 0.83 0.25 0.18
HSL 318.03º 0.71% 0.48% -
HSV(B) 318.03º 0.83% 0.82% -
XYZ 33.01 17.25 33.49 -
YUV 101.52 159.31 204.66 -
System Red Green Blue C M Y K H S L
Decimal 209 36 157 0 0.83 0.25 0.18 318.03 0.71 0.48
Hex D1 24 9D 0 53 19 12 13E 47 30
Octal 321 44 235 0 123 31 22 476 107 60
Binary 11010001 100100 10011101 0 1010011 11001 10010 100111110 1000111 110000

Color Harmonies of #D1249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1249D

Black with #D1249D

Text Example


Text Example

White with #D1249D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1249D; }

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

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

background-color css

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

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

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

border-color css

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

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

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