Html Css Color HEX #D1259D Medium Violet Red

📋 copy color: '#D1259D'

red 209 ◦ green 37 ◦ blue 157

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

Shades of Medium Violet Red #D1259D

Tints of Medium Violet Red #D1259D

RGB

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

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

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

R = 51.86%
G = 9.18%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D1259D (or 0xD1259D) is known color: Medium Violet Red. HEX triplet: D1, 25 and 9D. RGB value is (209,37,157). Sum of RGB (Red+Green+Blue) = 209+37+157=403 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.86% from 403); Green value is 37 (14.84% from 255 or 9.18% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 209 - color contains mainly: red. Hex color #D1259D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1259D is #2EDA62. Grayscale: #656565. Windows color (decimal): -3070563 or 10298833. OLE color: 10298833.

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

Color convert

RGB 209 37 157 -
CMYK 0 0.82 0.25 0.18
HSL 318.14º 0.7% 0.48% -
HSV(B) 318.14º 0.82% 0.82% -
XYZ 33.04 17.31 33.5 -
YUV 102.11 158.98 204.24 -
System Red Green Blue C M Y K H S L
Decimal 209 37 157 0 0.82 0.25 0.18 318.14 0.7 0.48
Hex D1 25 9D 0 52 19 12 13E 46 30
Octal 321 45 235 0 122 31 22 476 106 60
Binary 11010001 100101 10011101 0 1010010 11001 10010 100111110 1000110 110000

Color Harmonies of #D1259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1259D

Black with #D1259D

Text Example


Text Example

White with #D1259D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1259D; }

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

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

background-color css

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

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

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

border-color css

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

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

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