Html Css Color HEX #D1259F Medium Violet Red

📋 copy color: '#D1259F'

red 209 ◦ green 37 ◦ blue 159

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

Shades of Medium Violet Red #D1259F

Tints of Medium Violet Red #D1259F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.14%

 BLUE value IS 159 (62.5% from 255) = 39.26%

R = 51.6%
G = 9.14%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D1259F (or 0xD1259F) is known color: Medium Violet Red. HEX triplet: D1, 25 and 9F. RGB value is (209,37,159). Sum of RGB (Red+Green+Blue) = 209+37+159=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 37 (14.84% from 255 or 9.14% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D1259F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1259F is #2EDA60. Grayscale: #666666. Windows color (decimal): -3070561 or 10429905. OLE color: 10429905.

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

Color convert

RGB 209 37 159 -
CMYK 0 0.82 0.24 0.18
HSL 317.44º 0.7% 0.48% -
HSV(B) 317.44º 0.82% 0.82% -
XYZ 33.21 17.38 34.41 -
YUV 102.34 159.98 204.08 -
System Red Green Blue C M Y K H S L
Decimal 209 37 159 0 0.82 0.24 0.18 317.44 0.7 0.48
Hex D1 25 9F 0 52 18 12 13D 46 30
Octal 321 45 237 0 122 30 22 475 106 60
Binary 11010001 100101 10011111 0 1010010 11000 10010 100111101 1000110 110000

Color Harmonies of #D1259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1259F

Black with #D1259F

Text Example


Text Example

White with #D1259F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1259F; }

 p { color: rgb(209,37,159); }

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

background-color css

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

 a { background-color: rgb(209,37,159); }

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

border-color css

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

 span { border-color: rgb(209,37,159); }

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