Html Css Color HEX #D125AF Medium Violet Red

📋 copy color: '#D125AF'

red 209 ◦ green 37 ◦ blue 175

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

Shades of Medium Violet Red #D125AF

Tints of Medium Violet Red #D125AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.57%

R = 49.64%
G = 8.79%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D125AF (or 0xD125AF) is known color: Medium Violet Red. HEX triplet: D1, 25 and AF. RGB value is (209,37,175). Sum of RGB (Red+Green+Blue) = 209+37+175=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 37 (14.84% from 255 or 8.79% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D125AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D125AF is #2EDA50. Grayscale: #676767. Windows color (decimal): -3070545 or 11478481. OLE color: 11478481.

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

Color convert

RGB 209 37 175 -
CMYK 0 0.82 0.16 0.18
HSL 311.86º 0.7% 0.48% -
HSV(B) 311.86º 0.82% 0.82% -
XYZ 34.69 17.97 42.2 -
YUV 104.16 167.98 202.78 -
System Red Green Blue C M Y K H S L
Decimal 209 37 175 0 0.82 0.16 0.18 311.86 0.7 0.48
Hex D1 25 AF 0 52 10 12 138 46 30
Octal 321 45 257 0 122 20 22 470 106 60
Binary 11010001 100101 10101111 0 1010010 10000 10010 100111000 1000110 110000

Color Harmonies of #D125AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D125AF

Black with #D125AF

Text Example


Text Example

White with #D125AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D125AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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