Html Css Color HEX #D127AF Medium Violet Red

📋 copy color: '#D127AF'

red 209 ◦ green 39 ◦ blue 175

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

Shades of Medium Violet Red #D127AF

Tints of Medium Violet Red #D127AF

RGB

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

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

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

R = 49.41%
G = 9.22%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D127AF (or 0xD127AF) is known color: Medium Violet Red. HEX triplet: D1, 27 and AF. RGB value is (209,39,175). Sum of RGB (Red+Green+Blue) = 209+39+175=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 39 (15.62% from 255 or 9.22% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D127AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D127AF is #2ED850. Grayscale: #686868. Windows color (decimal): -3070033 or 11478993. OLE color: 11478993.

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

Color convert

RGB 209 39 175 -
CMYK 0 0.81 0.16 0.18
HSL 312º 0.69% 0.49% -
HSV(B) 312º 0.81% 0.82% -
XYZ 34.76 18.1 42.22 -
YUV 105.33 167.32 201.94 -
System Red Green Blue C M Y K H S L
Decimal 209 39 175 0 0.81 0.16 0.18 312 0.69 0.49
Hex D1 27 AF 0 51 10 12 138 45 31
Octal 321 47 257 0 121 20 22 470 105 61
Binary 11010001 100111 10101111 0 1010001 10000 10010 100111000 1000101 110001

Color Harmonies of #D127AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D127AF

Black with #D127AF

Text Example


Text Example

White with #D127AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D127AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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