Html Css Color HEX #D125AC Medium Violet Red

📋 copy color: '#D125AC'

red 209 ◦ green 37 ◦ blue 172

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

Shades of Medium Violet Red #D125AC

Tints of Medium Violet Red #D125AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.15%

R = 50%
G = 8.85%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D125AC (or 0xD125AC) is known color: Medium Violet Red. HEX triplet: D1, 25 and AC. RGB value is (209,37,172). Sum of RGB (Red+Green+Blue) = 209+37+172=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 37 (14.84% from 255 or 8.85% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D125AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D125AC is #2EDA53. Grayscale: #676767. Windows color (decimal): -3070548 or 11281873. OLE color: 11281873.

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

Color convert

RGB 209 37 172 -
CMYK 0 0.82 0.18 0.18
HSL 312.91º 0.7% 0.48% -
HSV(B) 312.91º 0.82% 0.82% -
XYZ 34.4 17.86 40.66 -
YUV 103.82 166.48 203.02 -
System Red Green Blue C M Y K H S L
Decimal 209 37 172 0 0.82 0.18 0.18 312.91 0.7 0.48
Hex D1 25 AC 0 52 12 12 139 46 30
Octal 321 45 254 0 122 22 22 471 106 60
Binary 11010001 100101 10101100 0 1010010 10010 10010 100111001 1000110 110000

Color Harmonies of #D125AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D125AC

Black with #D125AC

Text Example


Text Example

White with #D125AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D125AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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