Html Css Color HEX #D1067F Medium Violet Red

📋 copy color: '#D1067F'

red 209 ◦ green 6 ◦ blue 127

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

Shades of Medium Violet Red #D1067F

Tints of Medium Violet Red #D1067F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.75%

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

R = 61.11%
G = 1.75%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D1067F (or 0xD1067F) is known color: Medium Violet Red. HEX triplet: D1, 06 and 7F. RGB value is (209,6,127). Sum of RGB (Red+Green+Blue) = 209+6+127=342 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.11% from 342); Green value is 6 (2.73% from 255 or 1.75% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 209 - color contains mainly: red. Hex color #D1067F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1067F is #2EF980. Grayscale: #505050. Windows color (decimal): -3078529 or 8324817. OLE color: 8324817.

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

Color convert

RGB 209 6 127 -
CMYK 0 0.97 0.39 0.18
HSL 324.24º 0.94% 0.42% -
HSV(B) 324.24º 0.97% 0.82% -
XYZ 30.19 15.22 21.42 -
YUV 80.49 154.25 219.66 -
System Red Green Blue C M Y K H S L
Decimal 209 6 127 0 0.97 0.39 0.18 324.24 0.94 0.42
Hex D1 6 7F 0 61 27 12 144 5E 2A
Octal 321 6 177 0 141 47 22 504 136 52
Binary 11010001 110 1111111 0 1100001 100111 10010 101000100 1011110 101010

Color Harmonies of #D1067F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1067F

Black with #D1067F

Text Example


Text Example

White with #D1067F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1067F; }

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

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

background-color css

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

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

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

border-color css

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

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

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