Html Css Color HEX #D1047F Medium Violet Red

📋 copy color: '#D1047F'

red 209 ◦ green 4 ◦ blue 127

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

Shades of Medium Violet Red #D1047F

Tints of Medium Violet Red #D1047F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.18%

 BLUE value IS 127 (50% from 255) = 37.35%

R = 61.47%
G = 1.18%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D1047F (or 0xD1047F) is known color: Medium Violet Red. HEX triplet: D1, 04 and 7F. RGB value is (209,4,127). Sum of RGB (Red+Green+Blue) = 209+4+127=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 4 (1.95% from 255 or 1.18% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D1047F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1047F is #2EFB80. Grayscale: #4F4F4F. Windows color (decimal): -3079041 or 8324305. OLE color: 8324305.

HSL color Cylindrical-coordinate representation of color #D1047F: hue angle of 324º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D1047F is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 4 127 -
CMYK 0 0.98 0.39 0.18
HSL 324º 0.96% 0.42% -
HSV(B) 324º 0.98% 0.82% -
XYZ 30.17 15.17 21.42 -
YUV 79.32 154.92 220.5 -
System Red Green Blue C M Y K H S L
Decimal 209 4 127 0 0.98 0.39 0.18 324 0.96 0.42
Hex D1 4 7F 0 62 27 12 144 60 2A
Octal 321 4 177 0 142 47 22 504 140 52
Binary 11010001 100 1111111 0 1100010 100111 10010 101000100 1100000 101010

Color Harmonies of #D1047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1047F

Black with #D1047F

Text Example


Text Example

White with #D1047F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1047F; }

 p { color: rgb(209,4,127); }

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

background-color css

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

 a { background-color: rgb(209,4,127); }

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

border-color css

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

 span { border-color: rgb(209,4,127); }

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