Html Css Color HEX #D1259C Medium Violet Red

📋 copy color: '#D1259C'

red 209 ◦ green 37 ◦ blue 156

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

Shades of Medium Violet Red #D1259C

Tints of Medium Violet Red #D1259C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.81%

R = 51.99%
G = 9.2%
B = 38.81%

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

#D1259C (or 0xD1259C) is known color: Medium Violet Red. HEX triplet: D1, 25 and 9C. RGB value is (209,37,156). Sum of RGB (Red+Green+Blue) = 209+37+156=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 37 (14.84% from 255 or 9.20% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D1259C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1259C is #2EDA63. Grayscale: #656565. Windows color (decimal): -3070564 or 10233297. OLE color: 10233297.

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

Color convert

RGB 209 37 156 -
CMYK 0 0.82 0.25 0.18
HSL 318.49º 0.7% 0.48% -
HSV(B) 318.49º 0.82% 0.82% -
XYZ 32.96 17.28 33.05 -
YUV 101.99 158.48 204.32 -
System Red Green Blue C M Y K H S L
Decimal 209 37 156 0 0.82 0.25 0.18 318.49 0.7 0.48
Hex D1 25 9C 0 52 19 12 13E 46 30
Octal 321 45 234 0 122 31 22 476 106 60
Binary 11010001 100101 10011100 0 1010010 11001 10010 100111110 1000110 110000

Color Harmonies of #D1259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1259C

Black with #D1259C

Text Example


Text Example

White with #D1259C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1259C; }

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

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

background-color css

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

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

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

border-color css

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

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

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