Html Css Color HEX #D127AC Medium Violet Red

📋 copy color: '#D127AC'

red 209 ◦ green 39 ◦ blue 172

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

Shades of Medium Violet Red #D127AC

Tints of Medium Violet Red #D127AC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.29%

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

R = 49.76%
G = 9.29%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D127AC (or 0xD127AC) is known color: Medium Violet Red. HEX triplet: D1, 27 and AC. RGB value is (209,39,172). Sum of RGB (Red+Green+Blue) = 209+39+172=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 39 (15.62% from 255 or 9.29% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D127AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D127AC is #2ED853. Grayscale: #686868. Windows color (decimal): -3070036 or 11282385. OLE color: 11282385.

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

Color convert

RGB 209 39 172 -
CMYK 0 0.81 0.18 0.18
HSL 313.06º 0.69% 0.49% -
HSV(B) 313.06º 0.81% 0.82% -
XYZ 34.47 17.98 40.68 -
YUV 104.99 165.82 202.19 -
System Red Green Blue C M Y K H S L
Decimal 209 39 172 0 0.81 0.18 0.18 313.06 0.69 0.49
Hex D1 27 AC 0 51 12 12 139 45 31
Octal 321 47 254 0 121 22 22 471 105 61
Binary 11010001 100111 10101100 0 1010001 10010 10010 100111001 1000101 110001

Color Harmonies of #D127AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D127AC

Black with #D127AC

Text Example


Text Example

White with #D127AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D127AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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